Skip to content

Commit

Permalink
tdapi.TeamConfirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Sep 22, 2021
1 parent b4bc46a commit 3f9b24a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v.1.48.0
- tdapi.TeamConfirmation

v.1.47.1
- fix: remove omitempty tag for IsPinCodeRequired and PinCodeWrongLimit fields

Expand Down
6 changes: 6 additions & 0 deletions tdapi/team.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ type TeamPrejoinInfo struct {
// Short team information
Team tdproto.TeamShort `json:"team"`
}

// Team confirmation
type TeamConfirmation struct {
// Need confirmation after invite to this team
NeedConfirmation bool `json:"need_confirmation" tdproto:"readonly"`
}

0 comments on commit 3f9b24a

Please sign in to comment.