type github.com/gotd/td/tg.StatsGetMegagroupStatsRequest
25 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L5322: StatsGetMegagroupStatsRequestTypeID: func() bin.Object { return &StatsGetMegagroupStatsRequest{} },
tl_server_gen.go#L9319: func (s *ServerDispatcher) OnStatsGetMegagroupStats(f func(ctx context.Context, request *StatsGetMegagroupStatsRequest) (*StatsMegagroupStats, error)) {
tl_server_gen.go#L9321: var request StatsGetMegagroupStatsRequest
tl_stats_get_megagroup_stats_gen.go#L41: type StatsGetMegagroupStatsRequest struct {
tl_stats_get_megagroup_stats_gen.go#L61: _ bin.Encoder = &StatsGetMegagroupStatsRequest{}
tl_stats_get_megagroup_stats_gen.go#L62: _ bin.Decoder = &StatsGetMegagroupStatsRequest{}
tl_stats_get_megagroup_stats_gen.go#L63: _ bin.BareEncoder = &StatsGetMegagroupStatsRequest{}
tl_stats_get_megagroup_stats_gen.go#L64: _ bin.BareDecoder = &StatsGetMegagroupStatsRequest{}
tl_stats_get_megagroup_stats_gen.go#L67: func (g *StatsGetMegagroupStatsRequest) Zero() bool {
tl_stats_get_megagroup_stats_gen.go#L85: func (g *StatsGetMegagroupStatsRequest) String() string {
tl_stats_get_megagroup_stats_gen.go#L89: type Alias StatsGetMegagroupStatsRequest
tl_stats_get_megagroup_stats_gen.go#L94: func (g *StatsGetMegagroupStatsRequest) FillFrom(from interface {
tl_stats_get_megagroup_stats_gen.go#L105: func (*StatsGetMegagroupStatsRequest) TypeID() uint32 {
tl_stats_get_megagroup_stats_gen.go#L110: func (*StatsGetMegagroupStatsRequest) TypeName() string {
tl_stats_get_megagroup_stats_gen.go#L115: func (g *StatsGetMegagroupStatsRequest) TypeInfo() tdp.Type {
tl_stats_get_megagroup_stats_gen.go#L139: func (g *StatsGetMegagroupStatsRequest) SetFlags() {
tl_stats_get_megagroup_stats_gen.go#L146: func (g *StatsGetMegagroupStatsRequest) Encode(b *bin.Buffer) error {
tl_stats_get_megagroup_stats_gen.go#L155: func (g *StatsGetMegagroupStatsRequest) EncodeBare(b *bin.Buffer) error {
tl_stats_get_megagroup_stats_gen.go#L173: func (g *StatsGetMegagroupStatsRequest) Decode(b *bin.Buffer) error {
tl_stats_get_megagroup_stats_gen.go#L184: func (g *StatsGetMegagroupStatsRequest) DecodeBare(b *bin.Buffer) error {
tl_stats_get_megagroup_stats_gen.go#L205: func (g *StatsGetMegagroupStatsRequest) SetDark(value bool) {
tl_stats_get_megagroup_stats_gen.go#L216: func (g *StatsGetMegagroupStatsRequest) GetDark() (value bool) {
tl_stats_get_megagroup_stats_gen.go#L224: func (g *StatsGetMegagroupStatsRequest) GetChannel() (value InputChannelClass) {
tl_stats_get_megagroup_stats_gen.go#L232: func (g *StatsGetMegagroupStatsRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
tl_stats_get_megagroup_stats_gen.go#L249: func (c *Client) StatsGetMegagroupStats(ctx context.Context, request *StatsGetMegagroupStatsRequest) (*StatsMegagroupStats, error) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |