mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
cargo fmt of ../requests
This commit is contained in:
parent
a8f04a8d4c
commit
6dda560cc3
10 changed files with 17 additions and 26 deletions
|
@ -1,3 +1,2 @@
|
|||
|
||||
//TODO: need implementation
|
||||
struct GetFile<'a>{}
|
||||
struct GetFile<'a> {}
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
|
||||
//TODO: need implementation
|
||||
struct GetUserProfilePhotos<'a>{}
|
||||
struct GetUserProfilePhotos<'a> {}
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
|
||||
//TODO: need implementation
|
||||
struct KickChatMember<'a>{}
|
||||
struct KickChatMember<'a> {}
|
||||
|
|
|
@ -91,19 +91,19 @@ mod tests {
|
|||
|
||||
pub mod edit_message_live_location;
|
||||
pub mod forward_message;
|
||||
pub mod get_file;
|
||||
pub mod get_me;
|
||||
pub mod get_user_profile_photos;
|
||||
pub mod kick_chat_member;
|
||||
pub mod restrict_chat_member;
|
||||
pub mod send_audio;
|
||||
pub mod send_chat_action;
|
||||
pub mod send_contact;
|
||||
pub mod send_location;
|
||||
pub mod send_media_group;
|
||||
pub mod send_message;
|
||||
pub mod send_photo;
|
||||
pub mod stop_message_live_location;
|
||||
pub mod send_venue;
|
||||
pub mod send_contact;
|
||||
pub mod send_poll;
|
||||
pub mod send_chat_action;
|
||||
pub mod get_user_profile_photos;
|
||||
pub mod get_file;
|
||||
pub mod kick_chat_member;
|
||||
pub mod send_venue;
|
||||
pub mod stop_message_live_location;
|
||||
pub mod unban_chat_member;
|
||||
pub mod restrict_chat_member;
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
|
||||
//TODO: need implementation
|
||||
struct RestrictChatMember<'a>{}
|
||||
struct RestrictChatMember<'a> {}
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
|
||||
//TODO: need implementation
|
||||
struct SendChatAction<'a>{}
|
||||
struct SendChatAction<'a> {}
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
|
||||
//TODO: need implementation
|
||||
struct SendContact<'a>{}
|
||||
struct SendContact<'a> {}
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
|
||||
//TODO: need implementation
|
||||
struct SendPoll<'a>{}
|
||||
struct SendPoll<'a> {}
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
|
||||
//TODO:need implementation
|
||||
struct SendVenue<'a>{}
|
||||
struct SendVenue<'a> {}
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
|
||||
//TODO: need implementation
|
||||
struct UnbanChatMember<'a>{}
|
||||
struct UnbanChatMember<'a> {}
|
||||
|
|
Loading…
Reference in a new issue