add live time parameter to action templates

This commit is contained in:
nextel 2019-09-12 19:30:35 +03:00
parent 3cb15025d7
commit 0bbfca7b4b
9 changed files with 9 additions and 9 deletions

View file

@ -1,3 +1,3 @@
//TODO: need implementation //TODO: need implementation
struct GetFile{} struct GetFile<'a>{}

View file

@ -1,3 +1,3 @@
//TODO: need implementation //TODO: need implementation
struct GetUserProfilePhotos{} struct GetUserProfilePhotos<'a>{}

View file

@ -1,3 +1,3 @@
//TODO: need implementation //TODO: need implementation
struct KickChatMember{} struct KickChatMember<'a>{}

View file

@ -1,3 +1,3 @@
//TODO: need implementation //TODO: need implementation
struct RestrictChatMember{} struct RestrictChatMember<'a>{}

View file

@ -1,3 +1,3 @@
//TODO: need implementation //TODO: need implementation
struct SendChatAction{} struct SendChatAction<'a>{}

View file

@ -1,3 +1,3 @@
//TODO: need implementation //TODO: need implementation
struct SendContact{} struct SendContact<'a>{}

View file

@ -1,3 +1,3 @@
//TODO: need implementation //TODO: need implementation
struct SendPoll{} struct SendPoll<'a>{}

View file

@ -1,3 +1,3 @@
//TODO:need implementation //TODO:need implementation
struct SendVenue{} struct SendVenue<'a>{}

View file

@ -1,3 +1,3 @@
//TODO: need implementation //TODO: need implementation
struct UnbanChatMember{} struct UnbanChatMember<'a>{}