2022-05-10 17:22:43 +00:00
|
|
|
# Bell
|
|
|
|
|
|
|
|
This is an Enum
|
|
|
|
|
|
|
|
| Name | Number | Description |
|
|
|
|
| ---- | ---- | --------------|
|
2022-05-12 00:25:46 +00:00
|
|
|
| DoNothing | 0 | Disable Bell|
|
2022-05-10 17:22:43 +00:00
|
|
|
| GetInfo | 1 | Get info about video only (different from getinfo arg on requests (that is for getting channel info)) |
|
2022-05-12 00:25:46 +00:00
|
|
|
| Notify | 3 | Notify (Calls Bell event in TYTDStorage abstract class) |
|
|
|
|
| Download | 5 | Download Video |
|
|
|
|
| NotifyAndDownload | 6 | Does the same as both Notify And Download|
|