Layer 220
StoriesGetPeerMaxIDs
Get the IDs of the maximum read stories for a set of peers.
method
Users
stories.getPeerMaxIDs#535983c3 id:Vector<InputPeer> = Vector<int>;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | Vector<InputPeer> | Peers |
Returns
VectorGogram Example
// StoriesGetPeerMaxIDs - positional arguments result, err := client.StoriesGetPeerMaxIDs([]tg.InputPeer{&tg.InputPeerUser{UserID: int64(123456789)}}) if err != nil { // handle error } // result is *tg.Vector