Wrong method for SetMyShortDescriptionConfig

Co-authored-by: Paolo Rossi <paolo.rossi@pucp.edu.pe>
bot-api-6.7
OvyFlash 2023-08-13 13:34:33 +03:00 committed by GitHub
parent 10078d1492
commit 32982cf433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2913,7 +2913,7 @@ type SetMyShortDescriptionConfig struct {
}
func (config SetMyShortDescriptionConfig) method() string {
return "setMyDescription"
return "setMyShortDescription"
}
func (config SetMyShortDescriptionConfig) params() (Params, error) {