mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Derive default for GetMe
This commit is contained in:
parent
49cc1451d4
commit
a20b3f132a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use crate::{
|
|||
types::User,
|
||||
};
|
||||
|
||||
#[derive(Debug, PartialEq, Eq, Hash, Clone, Copy, Deserialize, Serialize)]
|
||||
#[derive(Debug, PartialEq, Eq, Hash, Clone, Copy, Default, Deserialize, Serialize)]
|
||||
/// A filter method for testing your bot's auth token. Requires no parameters.
|
||||
/// Returns basic information about the bot in form of a [`User`] object.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue