Class TdApi.MessageChatUpgradeFrom

  • Enclosing class:
    TdApi

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

      Fields 
      Modifier and Type Field Description
      int basicGroupId
      The identifier of the original basic group.
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String title
      Title of the newly created supergroup.
    • Field Detail

      • title

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

        public int 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()
        Default constructor.
      • MessageChatUpgradeFrom

        public MessageChatUpgradeFrom​(java.lang.String title,
                                      int basicGroupId)
        Constructor for initialization of all fields.
        Parameters:
        title - Title of the newly created supergroup.
        basicGroupId - The identifier of the original basic group.