stats.getStoryStats
Layer 225
Constructor ID: 0x374fef40
Returns: StoryStats
Parameters
| Name | Type | Description |
|---|---|---|
dark | bool (flags.0, optional) | |
peer | InputPeer | |
id | int32 |
Example
go
result, err := client.Raw(&tg.GetStoryStatsRequest{
dark: false,
peer: nil, // InputPeer
id: 0,
})
if err != nil {
panic(err)
}
print(result)