mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-29 08:56:40 +07:00
added calendar service
This commit is contained in:
parent
0b663fb96f
commit
6e34090f8f
31 changed files with 1359 additions and 200 deletions
|
@ -49,8 +49,7 @@ const PHOTO_CAPTION_LIMIT = 1000;
|
|||
const POST_TEXT_LIMIT = 4096;
|
||||
|
||||
export class PostNewHandler extends VkEventHandler<Fields, Values> {
|
||||
constructor(...props: any) {
|
||||
// @ts-ignore
|
||||
constructor(...props: ConstructorParameters<typeof VkEventHandler<Fields, Values>>) {
|
||||
super(...props);
|
||||
this.onInit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue