Class TdApi.InlineKeyboardButtonTypeCopyText

Enclosing class:
TdApi

public static class TdApi.InlineKeyboardButtonTypeCopyText extends TdApi.InlineKeyboardButtonType
A button that copies specified text to clipboard.
  • Field Details

    • text

      public String text
      The text to copy to clipboard.
    • CONSTRUCTOR

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

    • InlineKeyboardButtonTypeCopyText

      public InlineKeyboardButtonTypeCopyText()
      A button that copies specified text to clipboard.
    • InlineKeyboardButtonTypeCopyText

      public InlineKeyboardButtonTypeCopyText(String text)
      A button that copies specified text to clipboard.
      Parameters:
      text - The text to copy to clipboard.
  • Method Details