Class TdApi.MessageChatUpgradeFrom

Enclosing class:
TdApi

public static class TdApi.MessageChatUpgradeFrom extends TdApi.MessageContent
A supergroup has been created from a basic group.
  • Field Details

    • title

      public String title
      Title of the newly created supergroup.
    • basicGroupId

      public long basicGroupId
      The identifier of the original basic group.
    • CONSTRUCTOR

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

    • MessageChatUpgradeFrom

      public MessageChatUpgradeFrom()
      A supergroup has been created from a basic group.
    • MessageChatUpgradeFrom

      public MessageChatUpgradeFrom(String title, long basicGroupId)
      A supergroup has been created from a basic group.
      Parameters:
      title - Title of the newly created supergroup.
      basicGroupId - The identifier of the original basic group.
  • 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