Public Member Functions | |
| def | __init__ |
| def | subscribe |
| def | unsubscribe |
| def | chatToChannel |
Public Attributes | |
| dSubs | |
Definition at line 17 of file ChatManager.py.
| def base.ChatManager.ChatManager.__init__ | ( | self | ) |
Definition at line 18 of file ChatManager.py.
| def base.ChatManager.ChatManager.chatToChannel | ( | self, | ||
| text, | ||||
| chat_channel_id | ||||
| ) |
Definition at line 43 of file ChatManager.py.
| def base.ChatManager.ChatManager.subscribe | ( | self, | ||
| entity, | ||||
| chat_channel_id | ||||
| ) |
Definition at line 23 of file ChatManager.py.
| def base.ChatManager.ChatManager.unsubscribe | ( | self, | ||
| subscription | ||||
| ) |
Definition at line 35 of file ChatManager.py.
Definition at line 21 of file ChatManager.py.
1.7.1