GetCreatedPublicChats constructor
const
GetCreatedPublicChats({
- required PublicChatType type,
Returns a list of public chats of the specified type, owned by the user
Implementation
const GetCreatedPublicChats({
required this.type,
});