mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
return TODO to get file action
This commit is contained in:
parent
9a5606f63f
commit
a95829243a
3 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
use crate::core::requests::RequestContext;
|
||||
//TODO:: need implementation
|
||||
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
struct GetUserProfilePhotos<'a> {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
use crate::core::requests::RequestContext;
|
||||
//TODO:: need implementation
|
||||
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
struct SendPoll<'a> {
|
||||
#[serde(skip_serializing)]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
use crate::core::requests::RequestContext;
|
||||
//TODO:: need implementation
|
||||
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
struct UnbanChatMember<'a> {
|
||||
#[serde(skip_serializing)]
|
||||
|
|
Loading…
Reference in a new issue