Class TdApi.TextEntityTypeBotCommand

Enclosing class:
TdApi

public static class TdApi.TextEntityTypeBotCommand
extends TdApi.TextEntityType
A bot command, beginning with "/". This shouldn't be highlighted if there are no bots in the chat.
  • Field Details

  • Constructor Details

    • TextEntityTypeBotCommand

      public TextEntityTypeBotCommand()
      A bot command, beginning with "/". This shouldn't be highlighted if there are no bots in the chat.
    • TextEntityTypeBotCommand

      public TextEntityTypeBotCommand​(DataInput input) throws IOException
      A bot command, beginning with "/". This shouldn't be highlighted if there are no bots in the chat.
      Throws:
      IOException
  • Method Details