Пример #1
0
 public Account.Update_Profile_Background_Image.Result Update_Profile_Background_Image()
 {
     var cm = new Account.Update_Profile_Background_Image.Command();
     return this.Update_Profile_Background_Image(cm);
 }
Пример #2
0
 public Account.Update_Profile_Background_Image.Result Update_Profile_Background_Image(String image, String tile, Boolean? include_entities, String skip_status, String use)
 {
     var cm = new Account.Update_Profile_Background_Image.Command();
     cm.image = image;
     cm.tile = tile;
     cm.include_entities = include_entities;
     cm.skip_status = skip_status;
     cm.use = use;
     return this.Update_Profile_Background_Image(cm);
 }
Пример #3
0
 public Account.Update_Profile_Background_Image.Result[] Update_Profile_Background_Image(Account.Update_Profile_Background_Image.Command command)
 {
     return(_ApiEndpoints._Client.GetResult <Account.Update_Profile_Background_Image.Command, Account.Update_Profile_Background_Image.Result[]>(command));
 }