Skip to content

stories.getAlbumStories

Layer 225

Constructor ID: 0xac806d61
Returns: Stories

Parameters

NameTypeDescription
peerInputPeer
album_idint32
offsetint32
limitint32

Example

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

Released under the Apache-2.0 License.