SearchCallMessages constructor
const
SearchCallMessages({})
Searches for call messages. Returns the results in reverse chronological order (i. e., in order of decreasing message_id). For optimal performance, the number of returned messages is chosen by TDLib
Implementation
const SearchCallMessages({
required this.fromMessageId,
required this.limit,
required this.onlyMissed,
});