all repos — telegram-bot-api @ 32982cf4333523632cbfda5b6bd9bea958124010

Golang bindings for the Telegram Bot API

Wrong method for SetMyShortDescriptionConfig

Co-authored-by: Paolo Rossi <paolo.rossi@pucp.edu.pe>
OvyFlash 46941696+OvyFlash@users.noreply.github.com
Sun, 13 Aug 2023 13:34:33 +0300
commit

32982cf4333523632cbfda5b6bd9bea958124010

parent

10078d149287c57e4eb9bf34848ebf872324b001

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M configs.goconfigs.go

@@ -2913,7 +2913,7 @@ LanguageCode string

} func (config SetMyShortDescriptionConfig) method() string { - return "setMyDescription" + return "setMyShortDescription" } func (config SetMyShortDescriptionConfig) params() (Params, error) {