Skip to content

Commit

Permalink
- tdapi.ContactFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Jul 13, 2021
1 parent f36f78a commit 738fb65
Show file tree
Hide file tree
Showing 2 changed files with 8 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.36.1
- tdapi.ContactFilter

v.1.36.0
- CBOR support

Expand Down
5 changes: 5 additions & 0 deletions tdapi/contact.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ package tdapi

import "github.com/tada-team/tdproto"

type ContactFilter struct {
// Comma separated statuses in team
Status string `schema:"status"`
}

// Contact invite/edit form
type Contact struct {
// User uid (for invitation from other team)
Expand Down

0 comments on commit 738fb65

Please sign in to comment.