messages.MessagesNotModified#

class pyrogram.raw.types.messages.MessagesNotModified#

No new messages matching the query were found.

Constructor of Messages.

Details:
  • Layer: 158

  • ID: 74535F21

Parameters:

count (int 32-bit) – Number of results found server-side by the given query.

Functions:

This object can be returned by 13 functions.

messages.GetMessages

Returns the list of messages by their IDs.

messages.GetHistory

Returns the conversation history with one interlocutor / within a chat.

messages.Search

Search for messages.

messages.SearchGlobal

Search for messages and peers globally.

messages.GetUnreadMentions

Get unread messages where we were mentioned.

messages.GetRecentLocations

Get live location history of a certain user.

messages.GetScheduledHistory

Get scheduled messages.

messages.GetScheduledMessages

Get scheduled messages.

messages.GetReplies

Get messages in a reply thread.

messages.GetUnreadReactions

Get unread reactions to messages you sent.

messages.SearchSentMedia

View and search recently sent media.

channels.GetMessages

Get channel/supergroup messages.

stats.GetMessagePublicForwards

Obtains a list of messages, indicating to which other public channels was a channel message forwarded.