Class TdApi.GetSupergroupFullInfo

  • Enclosing class:
    TdApi

    public static class TdApi.GetSupergroupFullInfo
    extends TdApi.Function
    Returns full information about a supergroup or channel by its identifier, cached for up to 1 minute.

    Returns SupergroupFullInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int supergroupId
      Supergroup or channel identifier.
    • Field Detail

      • supergroupId

        public int supergroupId
        Supergroup or channel identifier.
      • CONSTRUCTOR

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

      • GetSupergroupFullInfo

        public GetSupergroupFullInfo()
        Default constructor.
      • GetSupergroupFullInfo

        public GetSupergroupFullInfo​(int supergroupId)
        Constructor for initialization of all fields.
        Parameters:
        supergroupId - Supergroup or channel identifier.