Layer 227
ContactsBlockedObj
Full list of blocked users.
constructor
contacts.blocked#ade1591 blocked:Vector<PeerBlocked> chats:Vector<Chat> users:Vector<User> = contacts.Blocked;
Parameters
| Name | Type | Description |
|---|---|---|
| Blocked | Vector < PeerBlocked > | List of blocked users |
| Chats | Vector < Chat > | Blocked chats |
| Users | Vector < User > | List of users |
Returns
contacts.BlockedGogram Example
// Creating ContactsBlockedObj constructor obj := &tg.ContactsBlockedObj{ Blocked: &tg.VectorPeerBlocked{}, Chats: &tg.VectorChat{}, Users: &tg.VectorUser{}, }