GetCreatedPublicChats constructor

const GetCreatedPublicChats(
  1. {required PublicChatType type}
)

Returns a list of public chats of the specified type, owned by the user

Implementation

const GetCreatedPublicChats({
  required this.type,
});