stats.getMegagroupStats
Layer 225
Constructor ID: 0xdcdf8607
Returns: MegagroupStats
Parameters
| Name | Type | Description |
|---|---|---|
dark | bool (flags.0, optional) | |
channel | InputChannel |
Example
go
result, err := client.Raw(&tg.GetMegagroupStatsRequest{
dark: false,
channel: nil, // InputChannel
})
if err != nil {
panic(err)
}
print(result)