pub async fn get_messages(
chat_id: i64,
message_ids: Vec<i64>,
client_id: i32,
) -> Result<Messages, Error>
Expand description
Returns information about messages. If a message is not found, returns null on the corresponding position of the result
ยงArguments
chat_id
- Identifier of the chat the messages belong tomessage_ids
- Identifiers of the messages to getclient_id
- The client id to send the request to