Change UserID to int64.
This commit is contained in:
parent
24d4f79474
commit
e03cd7f9c6
3 changed files with 20 additions and 26 deletions
|
@ -431,7 +431,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