GetForumTopics class
Constructors
GetForumTopics ({required int chatId , required String query , required int offsetDate , required int offsetMessageId , required int offsetMessageThreadId , required int limit })
Returns found forum topics in a forum chat. This is a temporary method for getting information about topic list from the server
const
Properties
chatId
→ int
chatId Identifier of the forum chat
final
hashCode
→ int
The hash code for this object.
no setter inherited
limit
→ int
limit 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
final
offsetDate
→ int
offsetDate 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
final
offsetMessageId
→ int
offsetMessageId The message identifier of the last message in the last found topic, or 0 for the first request
final
offsetMessageThreadId
→ int
offsetMessageThreadId The message thread identifier of the last found topic, or 0 for the first request
final
query
→ String
query Query to search for in the forum topic's name
final
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited