Skip to content

stats.getMegagroupStats

Layer 225

Constructor ID: 0xdcdf8607
Returns: MegagroupStats

Parameters

NameTypeDescription
darkbool (flags.0, optional)
channelInputChannel

Example

go
result, err := client.Raw(&tg.GetMegagroupStatsRequest{
    dark: false,
    channel: nil, // InputChannel
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.