Skip to content

Commit

Permalink
Fix typo for setChatDescription params (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
swift1911 authored Dec 6, 2023
1 parent 8701e81 commit afd39a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion methods_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ type SetChatTitleParams struct {

type SetChatDescriptionParams struct {
ChatID any `json:"chat_id"`
Description string `json:"title"`
Description string `json:"description"`
}

type PinChatMessageParams struct {
Expand Down

0 comments on commit afd39a7

Please sign in to comment.