- Added Send Animation Method

pull/216/head
AliMVP 7 years ago
parent b8a42150a2
commit b7dde2874f
  1. 2
      configs.go

@ -277,7 +277,7 @@ func (config AnimationConfig) name() string {
}
// method returns Telegram API method name for sending Animation.
func (config PhotoConfig) Animation() string {
func (config Animation) method() string {
return "sendAnimation"
}