- 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
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intThe 2-step verification password of the current user.longIdentifier of the user to which transfer the ownership. -
Constructor Summary
ConstructorsConstructorDescriptionChanges 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
toStringMethods 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 2-step verification 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. ReturnsOk -
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. ReturnsOk- 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 2-step verification 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. ReturnsOk- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-