Class TdApi.GetCreatedPublicChats

  • Enclosing class:
    TdApi

    public static class TdApi.GetCreatedPublicChats
    extends TdApi.Function
    Returns a list of public chats of the specified type, owned by the user.

    Returns Chats

    • Field Detail

      • CONSTRUCTOR

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

      • GetCreatedPublicChats

        public GetCreatedPublicChats()
        Default constructor for a function, which returns a list of public chats of the specified type, owned by the user.

        Returns Chats

      • GetCreatedPublicChats

        public GetCreatedPublicChats​(TdApi.PublicChatType type)
        Creates a function, which returns a list of public chats of the specified type, owned by the user.

        Returns Chats

        Parameters:
        type - Type of the public chats to return.