Skip to content

stories.getStoryReactionsList

Layer 225

Constructor ID: 0xb9b2881f
Returns: StoryReactionsList

Parameters

NameTypeDescription
forwards_firstbool (flags.2, optional)
peerInputPeer
idint32
reactionReaction (flags.0, optional)
offsetstring (flags.1, optional)
limitint32

Example

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

Released under the Apache-2.0 License.