File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 SmartAppEvent ,
2929)
3030
31+ # Sorted by frequency of occurrence to speedup validation
3132BotAPISystemEvent = Union [
33+ BotAPISmartAppEvent ,
34+ BotAPIInternalBotNotification ,
3235 BotAPIChatCreated ,
3336 BotAPIAddedToChat ,
3437 BotAPIDeletedFromChat ,
3538 BotAPILeftFromChat ,
3639 BotAPICTSLogin ,
3740 BotAPICTSLogout ,
38- BotAPIInternalBotNotification ,
39- BotAPISmartAppEvent ,
4041]
4142BotAPICommand = Union [BotAPIIncomingMessage , BotAPISystemEvent ]
4243
44+ # Just sorted as above, no real profits
4345SystemEvent = Union [
46+ SmartAppEvent ,
47+ InternalBotNotificationEvent ,
4448 ChatCreatedEvent ,
4549 AddedToChatEvent ,
4650 DeletedFromChatEvent ,
4751 LeftFromChatEvent ,
4852 CTSLoginEvent ,
4953 CTSLogoutEvent ,
50- InternalBotNotificationEvent ,
51- SmartAppEvent ,
5254]
5355BotCommand = Union [IncomingMessage , SystemEvent ]
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pybotx"
3- version = " 0.32.1 "
3+ version = " 0.32.2 "
44description = " A python library for interacting with eXpress BotX API"
55authors = [
66 " Sidnev Nikolay <nsidnev@ccsteam.ru>" ,
You can’t perform that action at this time.
0 commit comments