Skip to content

Commit

Permalink
Fix Chat structure readonly_for_members field help typo
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed May 14, 2021
1 parent eb433c0 commit c0b93bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ type Chat struct {
// Any new team member will be added to this group chat
DefaultForAll bool `chattype:"group" json:"default_for_all,omitempty"`

// Readonly for non-admins group chat (Like Channels in Telegram bug switchable)
// Readonly for non-admins group chat (Like Channels in Telegram but switchable)
ReadonlyForMembers bool `chattype:"group" json:"readonly_for_members,omitempty"`

// Delete messages in this chat in seconds. Experimental function
Expand Down

0 comments on commit c0b93bd

Please sign in to comment.