Small fixes

This commit is contained in:
Gleb Sinyavsky 2015-11-21 14:44:26 +03:00
parent 207a1a08f2
commit c4515aa388
3 changed files with 6 additions and 23 deletions

View file

@ -415,6 +415,10 @@ func (config ChatActionConfig) Values() (url.Values, error) {
return v, nil
}
func (config ChatActionConfig) Method() string {
return "sendChatAction"
}
// UserProfilePhotosConfig contains information about a GetUserProfilePhotos request.
type UserProfilePhotosConfig struct {
UserID int