Class TdApi.InputBusinessChatLink

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

public static class TdApi.InputBusinessChatLink extends TdApi.Object
Describes a business chat link to create or edit.
  • Field Details

    • text

      public TdApi.FormattedText text
      Message draft text that will be added to the input field.
    • title

      public String title
      Link title.
    • CONSTRUCTOR

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

    • InputBusinessChatLink

      public InputBusinessChatLink()
      Describes a business chat link to create or edit.
    • InputBusinessChatLink

      public InputBusinessChatLink(TdApi.FormattedText text, String title)
      Describes a business chat link to create or edit.
      Parameters:
      text - Message draft text that will be added to the input field.
      title - Link title.
  • 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