pub async fn get_message_locally(
chat_id: i64,
message_id: i64,
client_id: i32,
) -> Result<Message, Error>Expand description
Returns information about a message, if it is available without sending network request. This is an offline request
ยง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