type github.com/gotd/td/tg.StatsStoryStats
22 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4790: StatsStoryStatsTypeID: func() bin.Object { return &StatsStoryStats{} },
tl_server_gen.go#L9370: func (s *ServerDispatcher) OnStatsGetStoryStats(f func(ctx context.Context, request *StatsGetStoryStatsRequest) (*StatsStoryStats, error)) {
tl_stats_get_story_stats_gen.go#L268: func (c *Client) StatsGetStoryStats(ctx context.Context, request *StatsGetStoryStatsRequest) (*StatsStoryStats, error) {
tl_stats_get_story_stats_gen.go#L269: var result StatsStoryStats
tl_stats_story_stats_gen.go#L42: type StatsStoryStats struct {
tl_stats_story_stats_gen.go#L55: _ bin.Encoder = &StatsStoryStats{}
tl_stats_story_stats_gen.go#L56: _ bin.Decoder = &StatsStoryStats{}
tl_stats_story_stats_gen.go#L57: _ bin.BareEncoder = &StatsStoryStats{}
tl_stats_story_stats_gen.go#L58: _ bin.BareDecoder = &StatsStoryStats{}
tl_stats_story_stats_gen.go#L61: func (s *StatsStoryStats) Zero() bool {
tl_stats_story_stats_gen.go#L76: func (s *StatsStoryStats) String() string {
tl_stats_story_stats_gen.go#L80: type Alias StatsStoryStats
tl_stats_story_stats_gen.go#L85: func (s *StatsStoryStats) FillFrom(from interface {
tl_stats_story_stats_gen.go#L96: func (*StatsStoryStats) TypeID() uint32 {
tl_stats_story_stats_gen.go#L101: func (*StatsStoryStats) TypeName() string {
tl_stats_story_stats_gen.go#L106: func (s *StatsStoryStats) TypeInfo() tdp.Type {
tl_stats_story_stats_gen.go#L129: func (s *StatsStoryStats) Encode(b *bin.Buffer) error {
tl_stats_story_stats_gen.go#L138: func (s *StatsStoryStats) EncodeBare(b *bin.Buffer) error {
tl_stats_story_stats_gen.go#L158: func (s *StatsStoryStats) Decode(b *bin.Buffer) error {
tl_stats_story_stats_gen.go#L169: func (s *StatsStoryStats) DecodeBare(b *bin.Buffer) error {
tl_stats_story_stats_gen.go#L191: func (s *StatsStoryStats) GetViewsGraph() (value StatsGraphClass) {
tl_stats_story_stats_gen.go#L199: func (s *StatsStoryStats) GetReactionsByEmotionGraph() (value StatsGraphClass) {
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. |