Skip to content

Other Apps

Tomshi edited this page Dec 21, 2023 · 1 revision

Within the ..\lib\Classes\Apps\ directory is a collection of any classes designed specifically for certain applications. All (or in case I ever change it, most) classes are called like: class.func()


Table of Contents:


class Slack {

This class contains functions designed to interact with Slack.

Slack.unread()

A function designed to quickly click on any unread notifications.

Slack.unread( [which] )

which

Type: String

This parameter decides which type of notification you wish to action. Either pass "dm" or an empty string.


Slack.button()

A function designed to quickly access many features that often require a little fiddling to reach.

Slack.button( [button] )

button

Type: String

This parameter is the desired button name you wish to click.


Clone this wiki locally