11 lines
433 B
Markdown
11 lines
433 B
Markdown
# Bell
|
|
|
|
This is an Enum
|
|
|
|
| Name | Number | Description |
|
|
| ---- | ---- | --------------|
|
|
| DoNothing | 0 | Disable Bell|
|
|
| GetInfo | 1 | Get info about video only (different from getinfo arg on requests (that is for getting channel info)) |
|
|
| Notify | 3 | Notify (Calls Bell event in TYTDStorage abstract class) |
|
|
| Download | 5 | Download Video |
|
|
| NotifyAndDownload | 7 | Does the same as both Notify And Download| |