go-telegram/bot

Should all models be updated to accept UserID as int64?

iamelevich opened this issue · 4 comments

In types we have UserID as int64

ID int64 `json:"id"`

But in params we have it as int. For example in GetUserProfilePhotos
UserID int `json:"user_id"`

And it makes me really confusing about how to use it.

You right. I'll fix it soon

You right. I'll fix it soon

If you didn't started I can create PR today for it today.

Great. Waiting for PR

Great. Waiting for PR

Please check: #19