-
Notifications
You must be signed in to change notification settings - Fork 11
create secret chat
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.coroutines / createSecretChat
suspend fun
TelegramFlow
.createSecretChat(secretChatId:
Int
):
Chat
Suspend function, which returns an existing chat corresponding to a known secret chat.
secretChatId
- Secret chat identifier.
Return Chat A chat. (Can be a private chat, basic group, supergroup, or secret chat.)