Skip to content

FoundChatMessages

Type · TDLib 1.8.67 · d1085f9c

Contains a list of messages found by a search in a given chat

FoundChatMessages(
  total_count: int32,
  messages: list of Message,
  next_from_message_id: int53
) → FoundChatMessages

total_count

int32

Approximate total number of messages found; -1 if unknown

messages

list of Message

List of messages

next_from_message_id

int53

The offset for the next request. If 0, there are no more results