Package it.tdlight.jni
Class TdApi.TransferChatOwnership
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.TransferChatOwnership
- Enclosing class:
- TdApi
public static class TdApi.TransferChatOwnership extends TdApi.Function
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
Fields Modifier and Type Field Description long
chatId
Chat identifier.static int
CONSTRUCTOR
String
password
The password of the current user.int
userId
Identifier of the user to which transfer the ownership. -
Constructor Summary
Constructors Constructor Description TransferChatOwnership()
Changes the owner of a chat.TransferChatOwnership(long chatId, int userId, String password)
Changes the owner of a chat.TransferChatOwnership(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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 int 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:
- Constant Field Values
-
-
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
- int 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
- 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()
-