Function get_message_locally

Source
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 to
  • message_id - Identifier of the message to get
  • client_id - The client id to send the request to