- Enclosing class:
- TdApi
public static final class TdApi.GetMessagePublicForwards
extends TdApi.Function<TdApi.FoundMessages>
Returns forwarded copies of a channel
message to different public channels.
For optimal performance, the number
of returned messages is chosen by TDLib.
Returns
FoundMessages
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier of the message.static final int
int
The maximum number of messages to be returned; must be positive and can't be greater than 100.long
Message identifier.Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results. -
Constructor Summary
ConstructorDescriptionReturns forwarded copies of a channel message to different public channels.GetMessagePublicForwards
(long chatId, long messageId, String offset, int limit) Returns forwarded copies of a channel message to different public channels.Returns forwarded copies of a channel message to different public channels. -
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 of the message. -
messageId
public long messageIdMessage identifier. -
offset
Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results. -
limit
public int limitThe maximum number of messages to be returned; must be positive and can't be greater than 100. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetMessagePublicForwards
public GetMessagePublicForwards()Returns forwarded copies of a channel message to different public channels. For optimal performance, the number of returned messages is chosen by TDLib. ReturnsFoundMessages
-
GetMessagePublicForwards
Returns forwarded copies of a channel message to different public channels. For optimal performance, the number of returned messages is chosen by TDLib. ReturnsFoundMessages
- Parameters:
chatId
- long Chat identifier of the message.messageId
- long Message identifier.offset
- String Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.limit
- int The maximum number of messages to be returned; must be positive and can't be greater than 100. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit.
-
GetMessagePublicForwards
Returns forwarded copies of a channel message to different public channels. For optimal performance, the number of returned messages is chosen by TDLib. ReturnsFoundMessages
- 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()
-