ChatBoost
This commit is contained in:
parent
d705780e47
commit
983a7efd41
1 changed files with 3 additions and 1 deletions
4
types.go
4
types.go
|
@ -122,7 +122,9 @@ type Update struct {
|
||||||
//
|
//
|
||||||
// optional
|
// optional
|
||||||
ChatJoinRequest *ChatJoinRequest `json:"chat_join_request,omitempty"`
|
ChatJoinRequest *ChatJoinRequest `json:"chat_join_request,omitempty"`
|
||||||
|
// ChatBoost new incoming boost
|
||||||
|
//
|
||||||
|
// optional
|
||||||
ChatBoost *ChatBoostUpdated `json:"chat_boost,omitempty"`
|
ChatBoost *ChatBoostUpdated `json:"chat_boost,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue