Skip to content

stats.getStoryPublicForwards

Layer 225

Constructor ID: 0xa6437ef6
Returns: PublicForwards

Parameters

NameTypeDescription
peerInputPeer
idint32
offsetstring
limitint32

Example

go
result, err := client.Raw(&tg.GetStoryPublicForwardsRequest{
    peer: nil, // InputPeer
    id: 0,
    offset: "",
    limit: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.