Get messages in chat by their IDs
Fot messages that were not found, null will be returned at that position.
null
Chat's marked ID, its username, phone or "me" or "self"
"me"
"self"
Messages IDs
Optional
Whether the reply to a given message should be fetched (i.e. getMessages(msg.chat.id, msg.id, true).id === msg.replyToMessageId)
getMessages(msg.chat.id, msg.id, true).id === msg.replyToMessageId
Get messages in chat by their IDs
Fot messages that were not found,
null
will be returned at that position.