[][src]Module libtwitch_rs::users

Structs

User
UserBlock
UserBlockIterator
UserFollowIterator
UserNotifications
UserSubFollow

Functions

block

Blocks a user; that is, adds a specified target user to the blocks list of a specified source user

blocking

Gets a user’s block list. List sorted by recency, newest first

emotes

Gets a list of the emojis and emoticons that the specified user can use in chat

follow

Adds a specified user to the followers of a specified channel

following

Gets a list of all channels followed by a specified user, sorted by the date when they started following each channel

get

Gets a user object based on the OAuth token provided

get_by_id

Gets a specified user object

is_following

Checks if a specified user follows a specified channel

subscription

Checks if a specified user is subscribed to a specified channel

unblock

Unblocks a user; that is, deletes a specified target user from the blocks list of a specified source user

unfollow

Deletes a specified user from the followers of a specified channel