Skip to content

stories.getPeerStories

Layer 225

Constructor ID: 0x2c4ada50
Returns: PeerStories

Parameters

NameTypeDescription
peerInputPeer

Example

go
result, err := client.Raw(&tg.GetPeerStoriesRequest{
    peer: nil, // InputPeer
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.