- Enclosing class:
- TdApi
public static final class TdApi.GetChatAdministrators
extends TdApi.Function<TdApi.ChatAdministrators>
Returns a list of administrators of
the chat with their custom titles.
Returns ChatAdministrators
-
Field Summary
-
Constructor Summary
ConstructorDescriptionReturns a list of administrators of the chat with their custom titles.GetChatAdministrators
(long chatId) Returns a list of administrators of the chat with their custom titles.GetChatAdministrators
(DataInput input) Returns a list of administrators of the chat with their custom titles. -
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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetChatAdministrators
public GetChatAdministrators()Returns a list of administrators of the chat with their custom titles.Returns
ChatAdministrators
-
GetChatAdministrators
public GetChatAdministrators(long chatId) Returns a list of administrators of the chat with their custom titles.Returns
ChatAdministrators
- Parameters:
chatId
- long Chat identifier.
-
GetChatAdministrators
Returns a list of administrators of the chat with their custom titles.Returns
ChatAdministrators
- 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()
-