Pinned Message List Query
class PinnedMessageListQuery
A class representing query to retrieve lists related to pinned messages.
Since
4.8.0
See also
Properties
Link copied to clipboard
The ChannelType of the channel you want to get pinned messages from.
Link copied to clipboard
The channel url of the channel you want to get pinned messages from.
Link copied to clipboard
whether the poll details should be included in the results.
Link copied to clipboard
Whether the current query is in communication progress with server.
Link copied to clipboard
The MessagePayloadParams of the message you want to get.
Functions
Link copied to clipboard
Gets the list of PinnedMessages. The queried result is passed to handler
as List
. If this method is repeatedly called after each next is finished, it retrieves the following pages of the PinnedMessage list. If there is no more pages to be read, an empty List
(not null
) is returned to handler
.