Skip to content

Commit

Permalink
added id field to ContactFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Neznaykin committed Feb 22, 2022
1 parent 2c98b02 commit 166b94f
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@
v1.50.9
- feat(contact): add id field for contactFilter

v1.50.0
- feat(auth): add kerberos auth feature flag and drop ntlm flag

Expand Down
3 changes: 3 additions & 0 deletions tdapi/contact.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import "github.com/tada-team/tdproto"
type ContactFilter struct {
// Comma separated statuses in team
Status string `schema:"status"`

//* ?id=jid,jid
ID string `schema:"id"`
}

// Contact invite/edit form
Expand Down

0 comments on commit 166b94f

Please sign in to comment.