feat: Add CustomTitle field to ChatMember

bot-api-6.1
TJ Horner 2020-08-10 17:17:07 -04:00
parent fb8759e91d
commit 5ebb3edeff
1 changed files with 1 additions and 0 deletions

View File

@ -517,6 +517,7 @@ type ForceReply struct {
type ChatMember struct { type ChatMember struct {
User *User `json:"user"` User *User `json:"user"`
Status string `json:"status"` Status string `json:"status"`
CustomTitle string `json:"custom_title,omitempty"` // optional
UntilDate int64 `json:"until_date,omitempty"` // optional UntilDate int64 `json:"until_date,omitempty"` // optional
CanBeEdited bool `json:"can_be_edited,omitempty"` // optional CanBeEdited bool `json:"can_be_edited,omitempty"` // optional
CanChangeInfo bool `json:"can_change_info,omitempty"` // optional CanChangeInfo bool `json:"can_change_info,omitempty"` // optional