-
Notifications
You must be signed in to change notification settings - Fork 11
get chat member
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.coroutines / getChatMember
suspend fun
TelegramFlow
.getChatMember(chatId:
Long
, userId:
Int
):
ChatMember
Suspend function, which returns information about a single member of a chat.
chatId
- Chat identifier.
userId
- User identifier.
Return ChatMember A user with information about joining/leaving a chat.