getCreatedPublicChats - libtd-ktx

Kotlin Coroutines extensions for Telegram API TDLib (Telegram Database library)


libtd-ktx / kotlinx.telegram.coroutines / getCreatedPublicChats

getCreatedPublicChats

suspend fun TelegramFlow.getCreatedPublicChats(type: PublicChatType?): Chats

Suspend function, which returns a list of public chats of the specified type, owned by the user.

Parameters

type - Type of the public chats to return.

Return Chats Represents a list of chats.