type github.com/gotd/td/tg.StatsGetStoryStatsRequest

25 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L5325: 		StatsGetStoryStatsRequestTypeID:                                         func() bin.Object { return &StatsGetStoryStatsRequest{} },
		tl_server_gen.go#L9370: func (s *ServerDispatcher) OnStatsGetStoryStats(f func(ctx context.Context, request *StatsGetStoryStatsRequest) (*StatsStoryStats, error)) {
		tl_server_gen.go#L9372: 		var request StatsGetStoryStatsRequest
		tl_stats_get_story_stats_gen.go#L42: type StatsGetStoryStatsRequest struct {
		tl_stats_get_story_stats_gen.go#L61: 	_ bin.Encoder     = &StatsGetStoryStatsRequest{}
		tl_stats_get_story_stats_gen.go#L62: 	_ bin.Decoder     = &StatsGetStoryStatsRequest{}
		tl_stats_get_story_stats_gen.go#L63: 	_ bin.BareEncoder = &StatsGetStoryStatsRequest{}
		tl_stats_get_story_stats_gen.go#L64: 	_ bin.BareDecoder = &StatsGetStoryStatsRequest{}
		tl_stats_get_story_stats_gen.go#L67: func (g *StatsGetStoryStatsRequest) Zero() bool {
		tl_stats_get_story_stats_gen.go#L88: func (g *StatsGetStoryStatsRequest) String() string {
		tl_stats_get_story_stats_gen.go#L92: 	type Alias StatsGetStoryStatsRequest
		tl_stats_get_story_stats_gen.go#L97: func (g *StatsGetStoryStatsRequest) FillFrom(from interface {
		tl_stats_get_story_stats_gen.go#L110: func (*StatsGetStoryStatsRequest) TypeID() uint32 {
		tl_stats_get_story_stats_gen.go#L115: func (*StatsGetStoryStatsRequest) TypeName() string {
		tl_stats_get_story_stats_gen.go#L120: func (g *StatsGetStoryStatsRequest) TypeInfo() tdp.Type {
		tl_stats_get_story_stats_gen.go#L148: func (g *StatsGetStoryStatsRequest) SetFlags() {
		tl_stats_get_story_stats_gen.go#L155: func (g *StatsGetStoryStatsRequest) Encode(b *bin.Buffer) error {
		tl_stats_get_story_stats_gen.go#L164: func (g *StatsGetStoryStatsRequest) EncodeBare(b *bin.Buffer) error {
		tl_stats_get_story_stats_gen.go#L183: func (g *StatsGetStoryStatsRequest) Decode(b *bin.Buffer) error {
		tl_stats_get_story_stats_gen.go#L194: func (g *StatsGetStoryStatsRequest) DecodeBare(b *bin.Buffer) error {
		tl_stats_get_story_stats_gen.go#L222: func (g *StatsGetStoryStatsRequest) SetDark(value bool) {
		tl_stats_get_story_stats_gen.go#L233: func (g *StatsGetStoryStatsRequest) GetDark() (value bool) {
		tl_stats_get_story_stats_gen.go#L241: func (g *StatsGetStoryStatsRequest) GetPeer() (value InputPeerClass) {
		tl_stats_get_story_stats_gen.go#L249: func (g *StatsGetStoryStatsRequest) GetID() (value int) {
		tl_stats_get_story_stats_gen.go#L268: func (c *Client) StatsGetStoryStats(ctx context.Context, request *StatsGetStoryStatsRequest) (*StatsStoryStats, error) {