Ejemplo n.º 1
0
 public String[] No_Retweets_Ids(Boolean? stringify_ids)
 {
     var cm = new Friendships.No_Retweets_Ids.Command();
     cm.stringify_ids = stringify_ids;
     return this.No_Retweets_Ids(cm);
 }
Ejemplo n.º 2
0
 public String[] No_Retweets_Ids()
 {
     var cm = new Friendships.No_Retweets_Ids.Command();
     return this.No_Retweets_Ids(cm);
 }
Ejemplo n.º 3
0
 public String[] No_Retweets_Ids(Friendships.No_Retweets_Ids.Command command)
 {
     return(_ApiEndpoints._Client.GetResult <Friendships.No_Retweets_Ids.Command, String[]>(command));
 }