- Enclosing class:
- TdApi
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.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
The password of the current user.long
Identifier of the user to which transfer the ownership. -
Constructor Summary
ConstructorDescriptionChanges the owner of a chat.TransferChatOwnership
(long chatId, long userId, String password) Changes the owner of a chat.TransferChatOwnership
(DataInput input) Changes the owner of a chat. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
userId
public long userIdIdentifier 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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
TransferChatOwnership
public TransferChatOwnership()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.Returns
Ok
-
TransferChatOwnership
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.Returns
Ok
- Parameters:
chatId
- long Chat identifier.userId
- long Identifier of the user to which transfer the ownership. The ownership can't be transferred to a bot or to a deleted user.password
- String The password of the current user.
-
TransferChatOwnership
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.Returns
Ok
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-