Skip to content

Commit

Permalink
tdproto.InvitableUser
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Jun 30, 2021
1 parent f7c010f commit 2e2ceb3
Show file tree
Hide file tree
Showing 2 changed files with 19 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.34.4
- tdproto.InvitableUser

v.1.34.3
- Contact.node, tdproto.Node

Expand Down
16 changes: 16 additions & 0 deletions invitable_user.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package tdproto

// Account from other team, Active Directory or server
type InvitableUser struct {
// Account id
Uid string `json:"uid"`

// Node uid for external users
Node string `json:"node,omitempty"`

// Full name
DisplayName string `json:"display_name"`

// Icons
Icons IconData `json:"icons"`
}

0 comments on commit 2e2ceb3

Please sign in to comment.