transferChatOwnership - libtd-ktx

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


libtd-ktx / kotlinx.telegram.coroutines / transferChatOwnership

transferChatOwnership

suspend fun TelegramFlow.transferChatOwnership(chatId: Long, userId: Int, password: String?): Unit

Suspend function, which changes the owner of a chat. The current user must be a current owner of the chat. Use the method canTransferOwnership to check whether the ownership can be transferred from the current session. Available only for supergroups and channel chats.

Parameters

chatId - Chat identifier.

userId - Identifier of the user to which transfer the ownership. The ownership can’t be transferred to a bot or to a deleted user.

password - The password of the current user.