Interface GetCreatedPublicChats

Returns a list of public chats of the specified type, owned by the user. Request type for Tdjson#getCreatedPublicChats.

interface GetCreatedPublicChats {
    @type: "getCreatedPublicChats";
    type: PublicChatType;
}

Properties

Properties

@type: "getCreatedPublicChats"

Type of the public chats to return.