Layer 220
ContactsGetStatuses
Use this method to obtain the online statuses of all contacts with an accessible Telegram account.
method
Users
contacts.getStatuses#c4a353ee = Vector<ContactStatus>;
Returns
VectorGogram Example
// ContactsGetStatuses - positional arguments result, err := client.ContactsGetStatuses() if err != nil { // handle error } // result is *tg.Vector