module Twitter::REST::Users

Direct including types

Defined in:

twitter/rest/users.cr

Instance Method Summary

Instance Method Detail

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

[View source]
def block(user_id : Int32 | Int64, options = {} of String => String) : Twitter::User #

[View source]
def block(user : Twitter::User, options = {} of String => String) : Twitter::User #

[View source]
def block?(user_id : Int32 | Int64, options = {} of String => String) : Bool #

[View source]
def block?(user : Twitter::User, options = {} of String => String) : Bool #

[View source]
def block?(screen_name : String, options = {} of String => String) : Bool #

[View source]
def blocked(options = {} of String => String) : Array(Twitter::User) #

[View source]
def blocked_ids(options = {} of String => String) : Array(Int64) #

[View source]
def unblock(screen_name : String, options = {} of String => String) : Twitter::User #

[View source]
def unblock(user_id : Int32 | Int64, options = {} of String => String) : Twitter::User #

[View source]
def unblock(user : Twitter::User, options = {} of String => String) : Twitter::User #

[View source]
def user(user_id : Int32 | Int64, options = {} of String => String) : Twitter::User #

[View source]
def user(screen_name : String, options = {} of String => String) : Twitter::User #

[View source]
def user(options = {} of String => String) : Twitter::User #

[View source]
def user_search(query : String, options = {} of String => String) : Array(Twitter::User) #

[View source]
def users(*user_ids : Int32 | Int64, options = {} of String => String) : Array(Twitter::User) #

[View source]
def users(*screen_names : String, options = {} of String => String) : Array(Twitter::User) #

[View source]