Merge pull request #431 from go-telegram-bot-api/userid-int64
Change UserID to int64
This commit is contained in:
commit
0a6e349f52
3 changed files with 20 additions and 20 deletions
|
@ -277,7 +277,7 @@ func NewChatAction(chatID int64, action string) ChatActionConfig {
|
|||
// NewUserProfilePhotos gets user profile photos.
|
||||
//
|
||||
// userID is the ID of the user you wish to get profile photos from.
|
||||
func NewUserProfilePhotos(userID int) UserProfilePhotosConfig {
|
||||
func NewUserProfilePhotos(userID int64) UserProfilePhotosConfig {
|
||||
return UserProfilePhotosConfig{
|
||||
UserID: userID,
|
||||
Offset: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue