Skip to content

stories.getStoriesByID

Layer 225

Constructor ID: 0x5774ca74
Returns: Stories

Parameters

NameTypeDescription
peerInputPeer
id[]int32

Example

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

Released under the Apache-2.0 License.