- GET_EVENTS =
'https://api.icq.net/bot/v1/events/get'
- SEND_MSG =
'https://api.icq.net/bot/v1/messages/sendText'
- EDIT_MSG =
'https://api.icq.net/bot/v1/messages/editText'
- DEL_MSG =
'https://api.icq.net/bot/v1/messages/deleteMessages'
- GET_INFO =
'https://api.icq.net/bot/v1/chats/getInfo'
- GET_ADMINS =
'https://api.icq.net/bot/v1/chats/getAdmins'
- GET_MEMBRS =
'https://api.icq.net/bot/v1/chats/getMembers'
- GET_BLOCKED_USERS =
'https://api.icq.net/bot/v1/chats/getBlockedUsers'
- SET_TITLE =
'https://api.icq.net/bot/v1/chats/setTitle'
- SET_ABOUT =
'https://api.icq.net/bot/v1/chats/setAbout'
- SET_RULES =
'https://api.icq.net/bot/v1/chats/setRules'
- PIN_MSG =
'https://api.icq.net/bot/v1/chats/pinMessage'
- UNPIN_MSG =
'https://api.icq.net/bot/v1/chats/unpinMessage'
- BLOCK_USER =
'https://api.icq.net/bot/v1/chats/blockUser'
- UNBLOCK_USER =
'https://api.icq.net/bot/v1/chats/unblockUser'