return TODO to get file action

This commit is contained in:
nextel 2019-09-12 20:43:19 +03:00
parent 9a5606f63f
commit a95829243a
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
use crate::core::requests::RequestContext;
//TODO:: need implementation
#[derive(Debug, Clone, Serialize)]
struct GetUserProfilePhotos<'a> {

View file

@ -1,5 +1,6 @@
use crate::core::requests::RequestContext;
//TODO:: need implementation
#[derive(Debug, Clone, Serialize)]
struct SendPoll<'a> {
#[serde(skip_serializing)]

View file

@ -1,5 +1,6 @@
use crate::core::requests::RequestContext;
//TODO:: need implementation
#[derive(Debug, Clone, Serialize)]
struct UnbanChatMember<'a> {
#[serde(skip_serializing)]