Skip to content

Commit

Permalink
implement bot api 7.8 (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apolisk authored Aug 9, 2024
1 parent 14ff5ae commit e8d6ed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ type User struct {
CanReadMessages bool `json:"can_read_all_group_messages"`
SupportsInline bool `json:"supports_inline_queries"`
CanConnectToBusiness bool `json:"can_connect_to_business"`
HasMainWebApp bool `json:"has_main_web_app"`
}

// Recipient returns user ID (see Recipient interface).
Expand Down

0 comments on commit e8d6ed9

Please sign in to comment.