contacts.blockedSlice
Incomplete list of blocked users.
type tg.ContactsBlockedSlice struct { /* ... */ }
Implements contacts.Blocked.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Count | int | yes | Total number of elements in the list |
Blocked | []PeerBlocked | yes | List of blocked users |
Chats | []ChatClass | yes | Blocked chats |
Users | []UserClass | yes | List of users |
References
- Official documentation
- Generated Go reference
- TL definition:
contacts.blockedSlice#e1664194