type github.com/gotd/td/tg.StatsGraphError
31 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4563: StatsGraphErrorTypeID: func() bin.Object { return &StatsGraphError{} },
tl_stats_graph_gen.go#L181: type StatsGraphError struct {
tl_stats_graph_gen.go#L190: func (s StatsGraphError) construct() StatsGraphClass { return &s }
tl_stats_graph_gen.go#L194: _ bin.Encoder = &StatsGraphError{}
tl_stats_graph_gen.go#L195: _ bin.Decoder = &StatsGraphError{}
tl_stats_graph_gen.go#L196: _ bin.BareEncoder = &StatsGraphError{}
tl_stats_graph_gen.go#L197: _ bin.BareDecoder = &StatsGraphError{}
tl_stats_graph_gen.go#L199: _ StatsGraphClass = &StatsGraphError{}
tl_stats_graph_gen.go#L202: func (s *StatsGraphError) Zero() bool {
tl_stats_graph_gen.go#L214: func (s *StatsGraphError) String() string {
tl_stats_graph_gen.go#L218: type Alias StatsGraphError
tl_stats_graph_gen.go#L223: func (s *StatsGraphError) FillFrom(from interface {
tl_stats_graph_gen.go#L232: func (*StatsGraphError) TypeID() uint32 {
tl_stats_graph_gen.go#L237: func (*StatsGraphError) TypeName() string {
tl_stats_graph_gen.go#L242: func (s *StatsGraphError) TypeInfo() tdp.Type {
tl_stats_graph_gen.go#L261: func (s *StatsGraphError) Encode(b *bin.Buffer) error {
tl_stats_graph_gen.go#L270: func (s *StatsGraphError) EncodeBare(b *bin.Buffer) error {
tl_stats_graph_gen.go#L279: func (s *StatsGraphError) Decode(b *bin.Buffer) error {
tl_stats_graph_gen.go#L290: func (s *StatsGraphError) DecodeBare(b *bin.Buffer) error {
tl_stats_graph_gen.go#L305: func (s *StatsGraphError) GetError() (value string) {
tl_stats_graph_gen.go#L573: v := StatsGraphError{}
tl_stats_graph_slices_gen.go#L135: value, ok := elem.(*StatsGraphError)
tl_stats_graph_slices_gen.go#L241: type StatsGraphErrorArray []StatsGraphError
tl_stats_graph_slices_gen.go#L244: func (s StatsGraphErrorArray) Sort(less func(a, b StatsGraphError) bool) StatsGraphErrorArray {
tl_stats_graph_slices_gen.go#L252: func (s StatsGraphErrorArray) SortStable(less func(a, b StatsGraphError) bool) StatsGraphErrorArray {
tl_stats_graph_slices_gen.go#L260: func (s StatsGraphErrorArray) Retain(keep func(x StatsGraphError) bool) StatsGraphErrorArray {
tl_stats_graph_slices_gen.go#L274: func (s StatsGraphErrorArray) First() (v StatsGraphError, ok bool) {
tl_stats_graph_slices_gen.go#L282: func (s StatsGraphErrorArray) Last() (v StatsGraphError, ok bool) {
tl_stats_graph_slices_gen.go#L290: func (s *StatsGraphErrorArray) PopFirst() (v StatsGraphError, ok bool) {
tl_stats_graph_slices_gen.go#L300: var zero StatsGraphError
tl_stats_graph_slices_gen.go#L309: func (s *StatsGraphErrorArray) Pop() (v StatsGraphError, ok bool) {
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. |