- Enclosing class:
- TdApi
Returns found forum topics in a forum
chat. This is a temporary method for
getting information about topic list
from the server.
Returns
ForumTopics
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the forum chat.static final int
int
The maximum number of forum topics to be returned; up to 100.int
The date starting from which the results need to be fetched.long
The message identifier of the last message in the last found topic, or 0 for the first request.long
The message thread identifier of the last found topic, or 0 for the first request.Query to search for in the forum topic's name. -
Constructor Summary
ConstructorDescriptionReturns found forum topics in a forum chat.GetForumTopics
(long chatId, String query, int offsetDate, long offsetMessageId, long offsetMessageThreadId, int limit) Returns found forum topics in a forum chat.GetForumTopics
(DataInput input) Returns found forum topics in a forum 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 chatIdIdentifier of the forum chat. -
query
Query to search for in the forum topic's name. -
offsetDate
public int offsetDateThe date starting from which the results need to be fetched. Use 0 or any date in the future to get results from the last topic. -
offsetMessageId
public long offsetMessageIdThe message identifier of the last message in the last found topic, or 0 for the first request. -
offsetMessageThreadId
public long offsetMessageThreadIdThe message thread identifier of the last found topic, or 0 for the first request. -
limit
public int limitThe maximum number of forum topics to be returned; up to 100. For optimal performance, the number of returned forum topics is chosen by TDLib and can be smaller than the specified limit. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetForumTopics
public GetForumTopics()Returns found forum topics in a forum chat. This is a temporary method for getting information about topic list from the server. ReturnsForumTopics
-
GetForumTopics
public GetForumTopics(long chatId, String query, int offsetDate, long offsetMessageId, long offsetMessageThreadId, int limit) Returns found forum topics in a forum chat. This is a temporary method for getting information about topic list from the server. ReturnsForumTopics
- Parameters:
chatId
- long Identifier of the forum chat.query
- String Query to search for in the forum topic's name.offsetDate
- int The date starting from which the results need to be fetched. Use 0 or any date in the future to get results from the last topic.offsetMessageId
- long The message identifier of the last message in the last found topic, or 0 for the first request.offsetMessageThreadId
- long The message thread identifier of the last found topic, or 0 for the first request.limit
- int The maximum number of forum topics to be returned; up to 100. For optimal performance, the number of returned forum topics is chosen by TDLib and can be smaller than the specified limit.
-
GetForumTopics
Returns found forum topics in a forum chat. This is a temporary method for getting information about topic list from the server. ReturnsForumTopics
- 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()
-