Small fixes
This commit is contained in:
parent
207a1a08f2
commit
c4515aa388
3 changed files with 6 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue