Class TdApi.MessageChatUpgradeTo

  • Enclosing class:
    TdApi

    public static class TdApi.MessageChatUpgradeTo
    extends TdApi.MessageContent
    A basic group was upgraded to a supergroup and was deactivated as the result.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int supergroupId
      Identifier of the supergroup to which the basic group was upgraded.
    • Field Detail

      • supergroupId

        public int supergroupId
        Identifier of the supergroup to which the basic group was upgraded.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MessageChatUpgradeTo

        public MessageChatUpgradeTo()
        Default constructor.
      • MessageChatUpgradeTo

        public MessageChatUpgradeTo​(int supergroupId)
        Constructor for initialization of all fields.
        Parameters:
        supergroupId - Identifier of the supergroup to which the basic group was upgraded.