channels.SearchPosts#
- class pyrogram.raw.functions.channels.SearchPosts#
Globally search for posts from public channels (including those we aren’t a member of) containing a specific hashtag.
- Details:
Layer:
211
ID:
F2C4F24D
- Parameters:
offset_rate (
int
32-bit
) – Initially 0, then set to the next_rate parameter of messages.messagesSliceoffset_peer (
InputPeer
) – Offsets for pagination, for more info click hereoffset_id (
int
32-bit
) – Offsets for pagination, for more info click herelimit (
int
32-bit
) – Maximum number of results to return, see paginationhashtag (
str
, optional) – The hashtag to search, without the # character.query (
str
, optional) – N/Aallow_paid_stars (
int
64-bit
, optional) – N/A
- Returns:
messages.Messages