11 lines
434 B
Markdown
11 lines
434 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 | 2 | Notify (Calls Bell event in TYTDStorage abstract class) |
|
|
| Download | 3 | Download Video |
|
|
| NotifyAndDownload | 5 | Does the same as both Notify And Download| |