pub async fn get_message(
chat_id: i64,
message_id: i64,
client_id: i32,
) -> Result<Message, Error>Expand description
Returns information about a message
ยงArguments
chat_id- Identifier of the chat the message belongs tomessage_id- Identifier of the message to getclient_id- The client id to send the request to