Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Twitter::REST::FriendsAndFollowers
Instance methods
follow
(user_id :
Int32
|
Int64
, options = {} of
String
=>
String
) :
Twitter::User
Source
follow
(screen_name :
String
, options = {} of
String
=>
String
) :
Twitter::User
Source
follow
(user :
Twitter::User
, options = {} of
String
=>
String
) :
Twitter::User
Source
follower_ids
(options = {} of
String
=>
String
) :
Array
(
Int64
)
Source
friend_ids
(options = {} of
String
=>
String
) :
Array
(
Int64
)
Source
unfollow
(user_id :
Int32
|
Int64
, options = {} of
String
=>
String
) :
Twitter::User
Source
unfollow
(screen_name :
String
, options = {} of
String
=>
String
) :
Twitter::User
Source
unfollow
(user :
Twitter::User
, options = {} of
String
=>
String
) :
Twitter::User
Source