type github.com/gotd/td/tg.StatsMegagroupStats
38 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4574: StatsMegagroupStatsTypeID: func() bin.Object { return &StatsMegagroupStats{} },
tl_server_gen.go#L9319: func (s *ServerDispatcher) OnStatsGetMegagroupStats(f func(ctx context.Context, request *StatsGetMegagroupStatsRequest) (*StatsMegagroupStats, error)) {
tl_stats_get_megagroup_stats_gen.go#L249: func (c *Client) StatsGetMegagroupStats(ctx context.Context, request *StatsGetMegagroupStatsRequest) (*StatsMegagroupStats, error) {
tl_stats_get_megagroup_stats_gen.go#L250: var result StatsMegagroupStats
tl_stats_megagroup_stats_gen.go#L41: type StatsMegagroupStats struct {
tl_stats_megagroup_stats_gen.go#L83: _ bin.Encoder = &StatsMegagroupStats{}
tl_stats_megagroup_stats_gen.go#L84: _ bin.Decoder = &StatsMegagroupStats{}
tl_stats_megagroup_stats_gen.go#L85: _ bin.BareEncoder = &StatsMegagroupStats{}
tl_stats_megagroup_stats_gen.go#L86: _ bin.BareDecoder = &StatsMegagroupStats{}
tl_stats_megagroup_stats_gen.go#L89: func (m *StatsMegagroupStats) Zero() bool {
tl_stats_megagroup_stats_gen.go#L149: func (m *StatsMegagroupStats) String() string {
tl_stats_megagroup_stats_gen.go#L153: type Alias StatsMegagroupStats
tl_stats_megagroup_stats_gen.go#L158: func (m *StatsMegagroupStats) FillFrom(from interface {
tl_stats_megagroup_stats_gen.go#L199: func (*StatsMegagroupStats) TypeID() uint32 {
tl_stats_megagroup_stats_gen.go#L204: func (*StatsMegagroupStats) TypeName() string {
tl_stats_megagroup_stats_gen.go#L209: func (m *StatsMegagroupStats) TypeInfo() tdp.Type {
tl_stats_megagroup_stats_gen.go#L292: func (m *StatsMegagroupStats) Encode(b *bin.Buffer) error {
tl_stats_megagroup_stats_gen.go#L301: func (m *StatsMegagroupStats) EncodeBare(b *bin.Buffer) error {
tl_stats_megagroup_stats_gen.go#L399: func (m *StatsMegagroupStats) Decode(b *bin.Buffer) error {
tl_stats_megagroup_stats_gen.go#L410: func (m *StatsMegagroupStats) DecodeBare(b *bin.Buffer) error {
tl_stats_megagroup_stats_gen.go#L567: func (m *StatsMegagroupStats) GetPeriod() (value StatsDateRangeDays) {
tl_stats_megagroup_stats_gen.go#L575: func (m *StatsMegagroupStats) GetMembers() (value StatsAbsValueAndPrev) {
tl_stats_megagroup_stats_gen.go#L583: func (m *StatsMegagroupStats) GetMessages() (value StatsAbsValueAndPrev) {
tl_stats_megagroup_stats_gen.go#L591: func (m *StatsMegagroupStats) GetViewers() (value StatsAbsValueAndPrev) {
tl_stats_megagroup_stats_gen.go#L599: func (m *StatsMegagroupStats) GetPosters() (value StatsAbsValueAndPrev) {
tl_stats_megagroup_stats_gen.go#L607: func (m *StatsMegagroupStats) GetGrowthGraph() (value StatsGraphClass) {
tl_stats_megagroup_stats_gen.go#L615: func (m *StatsMegagroupStats) GetMembersGraph() (value StatsGraphClass) {
tl_stats_megagroup_stats_gen.go#L623: func (m *StatsMegagroupStats) GetNewMembersBySourceGraph() (value StatsGraphClass) {
tl_stats_megagroup_stats_gen.go#L631: func (m *StatsMegagroupStats) GetLanguagesGraph() (value StatsGraphClass) {
tl_stats_megagroup_stats_gen.go#L639: func (m *StatsMegagroupStats) GetMessagesGraph() (value StatsGraphClass) {
tl_stats_megagroup_stats_gen.go#L647: func (m *StatsMegagroupStats) GetActionsGraph() (value StatsGraphClass) {
tl_stats_megagroup_stats_gen.go#L655: func (m *StatsMegagroupStats) GetTopHoursGraph() (value StatsGraphClass) {
tl_stats_megagroup_stats_gen.go#L663: func (m *StatsMegagroupStats) GetWeekdaysGraph() (value StatsGraphClass) {
tl_stats_megagroup_stats_gen.go#L671: func (m *StatsMegagroupStats) GetTopPosters() (value []StatsGroupTopPoster) {
tl_stats_megagroup_stats_gen.go#L679: func (m *StatsMegagroupStats) GetTopAdmins() (value []StatsGroupTopAdmin) {
tl_stats_megagroup_stats_gen.go#L687: func (m *StatsMegagroupStats) GetTopInviters() (value []StatsGroupTopInviter) {
tl_stats_megagroup_stats_gen.go#L695: func (m *StatsMegagroupStats) GetUsers() (value []UserClass) {
tl_stats_megagroup_stats_gen.go#L703: func (m *StatsMegagroupStats) MapUsers() (value UserClassArray) {
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. |