2019-11-12 13:53:58 +00:00
|
|
|
module.exports = Self => {
|
2022-02-22 06:30:26 +00:00
|
|
|
require('../methods/chat/getServiceAuth')(Self);
|
2020-01-20 06:33:24 +00:00
|
|
|
require('../methods/chat/send')(Self);
|
|
|
|
require('../methods/chat/sendCheckingPresence')(Self);
|
2021-02-01 08:29:47 +00:00
|
|
|
require('../methods/chat/notifyIssues')(Self);
|
2022-06-02 12:55:39 +00:00
|
|
|
require('../methods/chat/sendQueued')(Self);
|
2019-11-12 13:53:58 +00:00
|
|
|
};
|