tytd/docs/Bell.md

11 lines
434 B
Markdown
Raw Normal View History

2022-05-10 17:22:43 +00:00
# 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|