Class TdApi.BusinessStartPage

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.BusinessStartPage
Enclosing class:
TdApi

public static class TdApi.BusinessStartPage extends TdApi.Object
Describes settings for a business account start page.
  • Field Details

    • title

      public String title
      Title text of the start page.
    • message

      public String message
      Message text of the start page.
    • sticker

      public TdApi.Sticker sticker
      Greeting sticker of the start page; may be null if none.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • BusinessStartPage

      public BusinessStartPage()
      Describes settings for a business account start page.
    • BusinessStartPage

      public BusinessStartPage(String title, String message, TdApi.Sticker sticker)
      Describes settings for a business account start page.
      Parameters:
      title - Title text of the start page.
      message - Message text of the start page.
      sticker - Greeting sticker of the start page; may be null if none.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR