java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.MessageSenders>
it.tdlight.jni.TdApi.GetChatAvailableMessageSenders
- Enclosing class:
- TdApi
public static final class TdApi.GetChatAvailableMessageSenders
extends TdApi.Function<TdApi.MessageSenders>
Returns list of message sender
identifiers, which can be used to send
messages in a chat.
Returns MessageSenders
-
Field Summary
-
Constructor Summary
ConstructorDescriptionReturns list of message sender identifiers, which can be used to send messages in a chat.GetChatAvailableMessageSenders
(long chatId) Returns list of message sender identifiers, which can be used to send messages in a chat.Returns list of message sender identifiers, which can be used to send messages in 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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetChatAvailableMessageSenders
public GetChatAvailableMessageSenders()Returns list of message sender identifiers, which can be used to send messages in a chat.Returns
MessageSenders
-
GetChatAvailableMessageSenders
public GetChatAvailableMessageSenders(long chatId) Returns list of message sender identifiers, which can be used to send messages in a chat.Returns
MessageSenders
- Parameters:
chatId
- long Chat identifier.
-
GetChatAvailableMessageSenders
Returns list of message sender identifiers, which can be used to send messages in a chat.Returns
MessageSenders
- 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()
-