feat(telegram): support well-typed internal events #727
Annotations
10 errors
adapters/slack/src/utils.ts#L88
Cannot assign to 'author' because it is a read-only property.
|
adapters/slack/src/utils.ts#L97
Property 'channelId' does not exist on type 'Message'. Did you mean 'channel'?
|
adapters/slack/src/utils.ts#L122
Conversion of type 'Partial<Session>' to type 'Message' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
adapters/slack/src/utils.ts#L144
Cannot assign to 'author' because it is a read-only property.
|
adapters/slack/src/utils.ts#L148
Conversion of type 'Partial<Session>' to type 'Message' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
adapters/slack/src/utils.ts#L235
Property 'type' is missing in type '{ id: string; name: string; }' but required in type 'Channel'.
|
adapters/qqguild/src/utils.ts#L7
Type '{ id: string; name: string; guildId: string; guildName: string; }' is not assignable to type 'Guild'.
|
adapters/qqguild/src/bot.ts#L33
Argument of type '{ type: string; guildId: string; messageId: string; channelId: string; timestamp: number; }' is not assignable to parameter of type 'Partial<EventData>'.
|
adapters/qqguild/src/bot.ts#L38
Cannot assign to 'author' because it is a read-only property.
|
adapters/onebot/src/utils.ts#L21
Type '{ user: Universal.User; nickname: string; roles: OneBot.GroupRole[]; id: string; name?: string; nick?: string; userId?: string; username?: string; avatar?: string; discriminator?: string; isBot?: boolean; }' is not assignable to type 'GuildMember'.
|
The logs for this run have expired and are no longer available.
Loading