mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
add live time parameter to action templates
This commit is contained in:
parent
3cb15025d7
commit
0bbfca7b4b
9 changed files with 9 additions and 9 deletions
|
@ -1,3 +1,3 @@
|
|||
|
||||
//TODO: need implementation
|
||||
struct GetFile{}
|
||||
struct GetFile<'a>{}
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
//TODO: need implementation
|
||||
struct GetUserProfilePhotos{}
|
||||
struct GetUserProfilePhotos<'a>{}
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
//TODO: need implementation
|
||||
struct KickChatMember{}
|
||||
struct KickChatMember<'a>{}
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
//TODO: need implementation
|
||||
struct RestrictChatMember{}
|
||||
struct RestrictChatMember<'a>{}
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
//TODO: need implementation
|
||||
struct SendChatAction{}
|
||||
struct SendChatAction<'a>{}
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
//TODO: need implementation
|
||||
struct SendContact{}
|
||||
struct SendContact<'a>{}
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
//TODO: need implementation
|
||||
struct SendPoll{}
|
||||
struct SendPoll<'a>{}
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
//TODO:need implementation
|
||||
struct SendVenue{}
|
||||
struct SendVenue<'a>{}
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
//TODO: need implementation
|
||||
struct UnbanChatMember{}
|
||||
struct UnbanChatMember<'a>{}
|
Loading…
Reference in a new issue