libtd-ktx / kotlinx.telegram.coroutines / getBasicGroup
getBasicGroup
suspend fun
TelegramFlow
.getBasicGroup(basicGroupId:
Int
):
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.
Parameters
basicGroupId
- Basic group identifier.
Return BasicGroup Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users).