Sadiqur Rahman
Results
2
issues of
Sadiqur Rahman
Here is the full error: > error: TS2349 [ERROR]: This expression is not callable. > Type '{ get(key: string): string | undefined; set(key: string, value: string): void; toObject(): { [index:...
Hi there, I'm trying to add custom payload twice in the following way; ``` cards = new Payload('PLATFORM_UNSPECIFIED', cardObj, { sendAsMessage: true, rawPayload: true }); agent.add(cards) ``` I'm getting such...