matterhorn-90000.0.0: Terminal client for the Mattermost chat system
Safe HaskellSafe-Inferred
LanguageHaskell2010

Matterhorn.State.UserListWindow

Synopsis

Documentation

enterChannelMembersUserList :: TeamId -> MH () Source #

Show the user list window for searching/showing members of the current channel.

enterChannelInviteUserList :: TeamId -> MH () Source #

Show the user list window for showing users that are not members of the current channel for the purpose of adding them to the channel.

enterDMSearchUserList :: TeamId -> MH () Source #

Show the user list window for showing all users for the purpose of starting a direct message channel with another user.

userListSelectDown :: TeamId -> MH () Source #

Move the selection down in the user list window by one user.

userListSelectUp :: TeamId -> MH () Source #

Move the selection up in the user list window by one user.

userListPageDown :: TeamId -> MH () Source #

Move the selection down in the user list window by a page of users (userListPageSize).

userListPageUp :: TeamId -> MH () Source #

Move the selection up in the user list window by a page of users (userListPageSize).