pub async fn get_message_read_date(
chat_id: i64,
message_id: i64,
client_id: i32,
) -> Result<MessageReadDate, Error>Expand description
Returns read date of a recent outgoing message in a private chat. The method can be called if message.can_get_read_date == true and the message is read
ยงArguments
chat_id- Chat identifiermessage_id- Identifier of the messageclient_id- The client id to send the request to