Layer 227
constructor
contacts.found#b3134d9d my_results:Vector<Peer> results:Vector<Peer> chats:Vector<Chat> users:Vector<User> = contacts.Found;

Parameters

Name Type Description
MyResults Vector < Peer > Personalized results
Results Vector < Peer > List of found user identifiers
Chats Vector < Chat > Found chats
Users Vector < User > List of users

Returns

contacts.Found

Gogram Example

// Creating ContactsFoundObj constructor
obj := &tg.ContactsFoundObj{
    MyResults: &tg.VectorPeer{},
    Results: &tg.VectorPeer{},
    Chats: &tg.VectorChat{},
    Users: &tg.VectorUser{},
}