module Twitter::REST::FriendsAndFollowers

Direct including types

Defined in:

twitter/rest/friends_and_followers.cr

Instance Method Summary

Instance Method Detail

def follow(user_id : Int32 | Int64, options = {} of String => String) : Twitter::User #

def follow(screen_name : String, options = {} of String => String) : Twitter::User #

def follow(user : Twitter::User, options = {} of String => String) : Twitter::User #

def follower_ids(screen_name : String, options = {} of String => String) : Array(Int64) #

def follower_ids(user_id : Int32 | Int64, options = {} of String => String) : Array(Int64) #

def follower_ids(user : Twitter::User, options = {} of String => String) : Array(Int64) #

def follower_ids(options = {} of String => String) : Array(Int64) #

def followers(screen_name : String, options = {} of String => String) : Array(Twitter::User) #

def followers(user_id : Int32 | Int64, options = {} of String => String) : Array(Twitter::User) #

def followers(user : Twitter::User, options = {} of String => String) : Array(Twitter::User) #

def followers(options = {} of String => String) : Array(Twitter::User) #

def friend_ids(screen_name : String, options = {} of String => String) : Array(Int64) #

def friend_ids(user_id : Int32 | Int64, options = {} of String => String) : Array(Int64) #

def friend_ids(user : Twitter::User, options = {} of String => String) : Array(Int64) #

def friend_ids(options = {} of String => String) : Array(Int64) #

def friends(screen_name : String, options = {} of String => String) : Array(Twitter::User) #

def friends(user_id : Int32 | Int64, options = {} of String => String) : Array(Twitter::User) #

def friends(user : Twitter::User, options = {} of String => String) : Array(Twitter::User) #

def friends(options = {} of String => String) : Array(Twitter::User) #

def unfollow(user_id : Int32 | Int64, options = {} of String => String) : Twitter::User #

def unfollow(screen_name : String, options = {} of String => String) : Twitter::User #

def unfollow(user : Twitter::User, options = {} of String => String) : Twitter::User #