summaryrefslogtreecommitdiffhomepage
path: root/libs/apprise/common.pyi
blob: 76957318543d1efdd0ccb382a98c1a6ccb757d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
class NotifyType:
    INFO: NotifyType
    SUCCESS: NotifyType
    WARNING: NotifyType
    FAILURE: NotifyType

class NotifyFormat:
    TEXT: NotifyFormat
    HTML: NotifyFormat
    MARKDOWN: NotifyFormat

class ContentLocation:
    LOCAL: ContentLocation
    HOSTED: ContentLocation
    INACCESSIBLE: ContentLocation