Class TdApi.BusinessChatLinkInfo

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

public static class TdApi.BusinessChatLinkInfo extends TdApi.Object
Contains information about a business chat link.
  • Field Details

    • chatId

      public long chatId
      Identifier of the private chat that created the link.
    • text

      public TdApi.FormattedText text
      Message draft text that must be added to the input field.
    • CONSTRUCTOR

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

    • BusinessChatLinkInfo

      public BusinessChatLinkInfo()
      Contains information about a business chat link.
    • BusinessChatLinkInfo

      public BusinessChatLinkInfo(long chatId, TdApi.FormattedText text)
      Contains information about a business chat link.
      Parameters:
      chatId - Identifier of the private chat that created the link.
      text - Message draft text that must be added to the input field.
  • 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