Thanks for sharing this package!
I'm using EditMessageText but getting this error:
2018/05/11 20:06:39 * json parse error: json: cannot unmarshal bool into Go struct field APIResponseMessage.result of type telegrambot.Message ({"ok":true,"result":true})
I'm a newbie of go but to me looks like json.Unmarshal within requestResponseMessage doesn't know how to populate APIResponseMessage's Result:result with the received but unexpected "result":true.
Perhaps EditMessageText should use something like requestResponseBool ?
edit
I'm testing this and it seems to work
Thanks for sharing this package!
I'm using
EditMessageTextbut getting this error:I'm a newbie of go but to me looks like
json.UnmarshalwithinrequestResponseMessagedoesn't know how to populateAPIResponseMessage'sResult:resultwith the received but unexpected"result":true.Perhaps
EditMessageTextshould use something likerequestResponseBool?edit
I'm testing this and it seems to work