BasicGroupKtx.get - libtd-ktx

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


libtd-ktx / kotlinx.telegram.extensions / BasicGroupKtx / get

get

open suspend fun BasicGroup.get(): BasicGroup

Suspend function, which returns information about a basic group by its identifier. This is an offline request if the current user is not a bot.

Return TdApi.BasicGroup Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users).