type github.com/gotd/td/tg.StatsGetBroadcastStatsRequest
25 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L5320: StatsGetBroadcastStatsRequestTypeID: func() bin.Object { return &StatsGetBroadcastStatsRequest{} },
tl_server_gen.go#L9285: func (s *ServerDispatcher) OnStatsGetBroadcastStats(f func(ctx context.Context, request *StatsGetBroadcastStatsRequest) (*StatsBroadcastStats, error)) {
tl_server_gen.go#L9287: var request StatsGetBroadcastStatsRequest
tl_stats_get_broadcast_stats_gen.go#L41: type StatsGetBroadcastStatsRequest struct {
tl_stats_get_broadcast_stats_gen.go#L58: _ bin.Encoder = &StatsGetBroadcastStatsRequest{}
tl_stats_get_broadcast_stats_gen.go#L59: _ bin.Decoder = &StatsGetBroadcastStatsRequest{}
tl_stats_get_broadcast_stats_gen.go#L60: _ bin.BareEncoder = &StatsGetBroadcastStatsRequest{}
tl_stats_get_broadcast_stats_gen.go#L61: _ bin.BareDecoder = &StatsGetBroadcastStatsRequest{}
tl_stats_get_broadcast_stats_gen.go#L64: func (g *StatsGetBroadcastStatsRequest) Zero() bool {
tl_stats_get_broadcast_stats_gen.go#L82: func (g *StatsGetBroadcastStatsRequest) String() string {
tl_stats_get_broadcast_stats_gen.go#L86: type Alias StatsGetBroadcastStatsRequest
tl_stats_get_broadcast_stats_gen.go#L91: func (g *StatsGetBroadcastStatsRequest) FillFrom(from interface {
tl_stats_get_broadcast_stats_gen.go#L102: func (*StatsGetBroadcastStatsRequest) TypeID() uint32 {
tl_stats_get_broadcast_stats_gen.go#L107: func (*StatsGetBroadcastStatsRequest) TypeName() string {
tl_stats_get_broadcast_stats_gen.go#L112: func (g *StatsGetBroadcastStatsRequest) TypeInfo() tdp.Type {
tl_stats_get_broadcast_stats_gen.go#L136: func (g *StatsGetBroadcastStatsRequest) SetFlags() {
tl_stats_get_broadcast_stats_gen.go#L143: func (g *StatsGetBroadcastStatsRequest) Encode(b *bin.Buffer) error {
tl_stats_get_broadcast_stats_gen.go#L152: func (g *StatsGetBroadcastStatsRequest) EncodeBare(b *bin.Buffer) error {
tl_stats_get_broadcast_stats_gen.go#L170: func (g *StatsGetBroadcastStatsRequest) Decode(b *bin.Buffer) error {
tl_stats_get_broadcast_stats_gen.go#L181: func (g *StatsGetBroadcastStatsRequest) DecodeBare(b *bin.Buffer) error {
tl_stats_get_broadcast_stats_gen.go#L202: func (g *StatsGetBroadcastStatsRequest) SetDark(value bool) {
tl_stats_get_broadcast_stats_gen.go#L213: func (g *StatsGetBroadcastStatsRequest) GetDark() (value bool) {
tl_stats_get_broadcast_stats_gen.go#L221: func (g *StatsGetBroadcastStatsRequest) GetChannel() (value InputChannelClass) {
tl_stats_get_broadcast_stats_gen.go#L229: func (g *StatsGetBroadcastStatsRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
tl_stats_get_broadcast_stats_gen.go#L247: func (c *Client) StatsGetBroadcastStats(ctx context.Context, request *StatsGetBroadcastStatsRequest) (*StatsBroadcastStats, 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. |