stories.getAllReadPeerStories
Obtain the latest read story ID for all peers when first logging in, returned as a list of updateReadStories updates, see here » for more info.
func (c *Client) StoriesGetAllReadPeerStories(ctx context.Context) (UpdatesClass, error)
Calling this method
client.Run(ctx, func(ctx context.Context) error {
api := client.API()
res, err := api.StoriesGetAllReadPeerStories(ctx)
if err != nil {
return err
}
_ = res // UpdatesClass
return nil
})
Parameters
This method takes no parameters.
Returns
References
- Official documentation
- Generated Go reference
- TL definition:
stories.getAllReadPeerStories#9b5ae7f9