Class TdApi.MessageManagedBotCreated

Enclosing class:
TdApi

public static class TdApi.MessageManagedBotCreated extends TdApi.MessageContent
A bot managed by another bot was created by the user.
  • Field Details

    • botUserId

      public long botUserId
      User identifier of the created bot.
    • CONSTRUCTOR

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

    • MessageManagedBotCreated

      public MessageManagedBotCreated()
      A bot managed by another bot was created by the user.
    • MessageManagedBotCreated

      public MessageManagedBotCreated(long botUserId)
      A bot managed by another bot was created by the user.
      Parameters:
      botUserId - User identifier of the created bot.
  • 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.MessageContent
      Returns:
      this.CONSTRUCTOR