Enums§
- GetNew
Team Members Error - struct for typed errors of method
get_new_team_members
- GetTop
Channels ForTeam Error - struct for typed errors of method
get_top_channels_for_team
- GetTop
Channels ForUser Error - struct for typed errors of method
get_top_channels_for_user
- GetTop
DmsFor User Error - struct for typed errors of method
get_top_dms_for_user
- GetTop
Reactions ForTeam Error - struct for typed errors of method
get_top_reactions_for_team
- GetTop
Reactions ForUser Error - struct for typed errors of method
get_top_reactions_for_user
- GetTop
Threads ForTeam Error - struct for typed errors of method
get_top_threads_for_team
- GetTop
Threads ForUser Error - struct for typed errors of method
get_top_threads_for_user
Functions§
- get_
new_ team_ members - Get a list of all of the new team members that have joined the given team during the given time period. ##### Permissions Must have
view_team
permission for the team. - get_
top_ channels_ for_ team - Get a list of the top public and private channels (the user is a member of) for a given team. ##### Permissions Must have
view_team
permission for the team. - get_
top_ channels_ for_ user - Get a list of the top public and private channels (the user is a member of) for a given user. ##### Permissions Must be logged in as the user.
- get_
top_ dms_ for_ user - Get a list of the top dms for a given user. ##### Permissions Must be logged in as the user.
- get_
top_ reactions_ for_ team - Get a list of the top reactions across all public and private channels (the user is a member of) for a given team. ##### Permissions Must have
view_team
permission for the team. - get_
top_ reactions_ for_ user - Get a list of the top reactions across all public and private channels (the user is a member of) for a given user. If no
team_id
is provided, this will also include reactions posted by the given user in direct and group messages. ##### Permissions Must be logged in as the user. - get_
top_ threads_ for_ team - Get a list of the top threads from public and private channels (the user is a member of) for a given team. ##### Permissions Must have
view_team
permission for the team. - get_
top_ threads_ for_ user - Get a list of the top threads from public and private channels (the user is a member of and participating in the thread) for a given user. ##### Permissions Must be logged in as the user.