- Enclosing class:
- TdApi
Returns all scheduled messages in a
chat. The messages are returned in a
reverse chronological order (i.e., in
order of decreasing messageId).
Returns
Messages
-
Field Summary
-
Constructor Summary
ConstructorDescriptionReturns all scheduled messages in a chat.GetChatScheduledMessages
(long chatId) Returns all scheduled messages in a chat.Returns all scheduled 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
-
GetChatScheduledMessages
public GetChatScheduledMessages()Returns all scheduled messages in a chat. The messages are returned in a reverse chronological order (i.e., in order of decreasing messageId). ReturnsMessages
-
GetChatScheduledMessages
public GetChatScheduledMessages(long chatId) Returns all scheduled messages in a chat. The messages are returned in a reverse chronological order (i.e., in order of decreasing messageId). ReturnsMessages
- Parameters:
chatId
- long Chat identifier.
-
GetChatScheduledMessages
Returns all scheduled messages in a chat. The messages are returned in a reverse chronological order (i.e., in order of decreasing messageId). ReturnsMessages
- 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()
-