Skip to content

stories.getAllStories

Layer 225

Constructor ID: 0xeeb0d625
Returns: AllStories

Parameters

NameTypeDescription
nextbool (flags.1, optional)
hiddenbool (flags.2, optional)
statestring (flags.0, optional)

Example

go
result, err := client.Raw(&tg.GetAllStoriesRequest{
    next: false,
    hidden: false,
    state: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.