bot icon indicating copy to clipboard operation
bot copied to clipboard

Cannot Unmarshal Number of Updates Struct

Open xtianpu opened this issue 10 months ago • 0 comments

Hi, so I got this error when I updated the lib to the latest.

json: cannot unmarshal number into Go struct field Message.Updates.message.forward_origin of type string

How to reproduce:

  • Use Webhook to receives Updates
  • Put Updates on In-Memory Cache by using JSON Marshall
  • Get cache and unmarshall

xtianpu avatar Apr 15 '24 11:04 xtianpu