libtd-ktx / kotlinx.telegram.extensions / ChatKtx / transferOwnership
transferOwnership
open suspend fun
Chat
.transferOwnership(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
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.