add temlates for actions, for exclude merge conflicts

This commit is contained in:
nextel 2019-09-12 19:28:44 +03:00
parent df4259bf60
commit 3cb15025d7
10 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,3 @@
//TODO: need implementation
struct GetFile{}

View file

@ -0,0 +1,3 @@
//TODO: need implementation
struct GetUserProfilePhotos{}

View file

@ -0,0 +1,3 @@
//TODO: need implementation
struct KickChatMember{}

View file

@ -97,3 +97,12 @@ pub mod send_audio;
pub mod send_location;
pub mod edit_message_live_location;
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 unban_chat_member;
pub mod restrict_chat_member;

View file

@ -0,0 +1,3 @@
//TODO: need implementation
struct RestrictChatMember{}

View file

@ -0,0 +1,3 @@
//TODO: need implementation
struct SendChatAction{}

View file

@ -0,0 +1,3 @@
//TODO: need implementation
struct SendContact{}

View file

@ -0,0 +1,3 @@
//TODO: need implementation
struct SendPoll{}

View file

@ -0,0 +1,3 @@
//TODO:need implementation
struct SendVenue{}

View file

@ -0,0 +1,3 @@
//TODO: need implementation
struct UnbanChatMember{}