Class TdApi.MessageChatUpgradeFrom

  • Enclosing class:
    TdApi

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

      • 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:
        Constant Field Values
    • Constructor Detail

      • 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.