Skip to content

FoundMessages

Type · TDLib 1.8.67 · d1085f9c

Contains a list of messages found by a search

FoundMessages(
  total_count: int32,
  messages: list of Message,
  next_offset: string
) → FoundMessages

total_count

int32

Approximate total number of messages found; -1 if unknown

messages

list of Message

List of messages

next_offset

string

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