The iMessage channel's chat_id: prefix parser uses parseInt() without validation, causing hex identifiers to be incorrectly parsed as numeric IDs and silently routing messages to the wrong chat. This ...
This is the behavior in every version I tried, and I reviewed the FAQ for entries about numString. parseInt(s: string, radix?: number | undefined): number A value between 2 and 36 that specifies the ...