mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 06:25:10 +01:00
Fix docs for CallbackQuery::message
This commit is contained in:
parent
565316aa7d
commit
fc29530fe7
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@ pub struct CallbackQuery {
|
|||
pub from: User,
|
||||
|
||||
/// Message sent by the bot with the callback button that originated the
|
||||
/// query
|
||||
/// query.
|
||||
///
|
||||
/// Note: if the message is too old, it will be
|
||||
/// [`MaybeInaccessibleMessage::Inaccessible`].
|
||||
pub message: Option<MaybeInaccessibleMessage>,
|
||||
|
||||
/// An identifier of the message sent via the bot in inline mode, that
|
||||
|
|
Loading…
Reference in a new issue