Class TdApi.GetSupergroupFullInfo

  • Enclosing class:
    TdApi

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

    Returns SupergroupFullInfo

    • Field Detail

      • supergroupId

        public long 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 for a function, which returns full information about a supergroup or a channel by its identifier, cached for up to 1 minute.

        Returns SupergroupFullInfo

      • GetSupergroupFullInfo

        public GetSupergroupFullInfo​(long supergroupId)
        Creates a function, which returns full information about a supergroup or a channel by its identifier, cached for up to 1 minute.

        Returns SupergroupFullInfo

        Parameters:
        supergroupId - Supergroup or channel identifier.