mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-25 16:12:06 +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,
|
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.
|
/// 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.
|
/// Returns basic information about the bot in form of a [`User`] object.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Reference in a new issue