type github.com/gotd/td/tg.DocumentEmpty
41 uses
github.com/gotd/td/tg (current package)
tl_document_gen.go#L38: type DocumentEmpty struct {
tl_document_gen.go#L47: func (d DocumentEmpty) construct() DocumentClass { return &d }
tl_document_gen.go#L51: _ bin.Encoder = &DocumentEmpty{}
tl_document_gen.go#L52: _ bin.Decoder = &DocumentEmpty{}
tl_document_gen.go#L53: _ bin.BareEncoder = &DocumentEmpty{}
tl_document_gen.go#L54: _ bin.BareDecoder = &DocumentEmpty{}
tl_document_gen.go#L56: _ DocumentClass = &DocumentEmpty{}
tl_document_gen.go#L59: func (d *DocumentEmpty) Zero() bool {
tl_document_gen.go#L71: func (d *DocumentEmpty) String() string {
tl_document_gen.go#L75: type Alias DocumentEmpty
tl_document_gen.go#L80: func (d *DocumentEmpty) FillFrom(from interface {
tl_document_gen.go#L89: func (*DocumentEmpty) TypeID() uint32 {
tl_document_gen.go#L94: func (*DocumentEmpty) TypeName() string {
tl_document_gen.go#L99: func (d *DocumentEmpty) TypeInfo() tdp.Type {
tl_document_gen.go#L118: func (d *DocumentEmpty) Encode(b *bin.Buffer) error {
tl_document_gen.go#L127: func (d *DocumentEmpty) EncodeBare(b *bin.Buffer) error {
tl_document_gen.go#L136: func (d *DocumentEmpty) Decode(b *bin.Buffer) error {
tl_document_gen.go#L147: func (d *DocumentEmpty) DecodeBare(b *bin.Buffer) error {
tl_document_gen.go#L162: func (d *DocumentEmpty) GetID() (value int64) {
tl_document_gen.go#L752: func (d *DocumentEmpty) AsNotEmpty() (*Document, bool) {
tl_document_gen.go#L770: v := DocumentEmpty{}
tl_document_slices_gen.go#L134: func (s DocumentClassArray) FillDocumentEmptyMap(to map[int64]*DocumentEmpty) {
tl_document_slices_gen.go#L136: value, ok := elem.(*DocumentEmpty)
tl_document_slices_gen.go#L145: func (s DocumentClassArray) DocumentEmptyToMap() map[int64]*DocumentEmpty {
tl_document_slices_gen.go#L146: r := make(map[int64]*DocumentEmpty, len(s))
tl_document_slices_gen.go#L154: value, ok := elem.(*DocumentEmpty)
tl_document_slices_gen.go#L269: type DocumentEmptyArray []DocumentEmpty
tl_document_slices_gen.go#L272: func (s DocumentEmptyArray) Sort(less func(a, b DocumentEmpty) bool) DocumentEmptyArray {
tl_document_slices_gen.go#L280: func (s DocumentEmptyArray) SortStable(less func(a, b DocumentEmpty) bool) DocumentEmptyArray {
tl_document_slices_gen.go#L288: func (s DocumentEmptyArray) Retain(keep func(x DocumentEmpty) bool) DocumentEmptyArray {
tl_document_slices_gen.go#L302: func (s DocumentEmptyArray) First() (v DocumentEmpty, ok bool) {
tl_document_slices_gen.go#L310: func (s DocumentEmptyArray) Last() (v DocumentEmpty, ok bool) {
tl_document_slices_gen.go#L318: func (s *DocumentEmptyArray) PopFirst() (v DocumentEmpty, ok bool) {
tl_document_slices_gen.go#L328: var zero DocumentEmpty
tl_document_slices_gen.go#L337: func (s *DocumentEmptyArray) Pop() (v DocumentEmpty, ok bool) {
tl_document_slices_gen.go#L352: return s.Sort(func(a, b DocumentEmpty) bool {
tl_document_slices_gen.go#L359: return s.SortStable(func(a, b DocumentEmpty) bool {
tl_document_slices_gen.go#L365: func (s DocumentEmptyArray) FillMap(to map[int64]DocumentEmpty) {
tl_document_slices_gen.go#L372: func (s DocumentEmptyArray) ToMap() map[int64]DocumentEmpty {
tl_document_slices_gen.go#L373: r := make(map[int64]DocumentEmpty, len(s))
tl_registry_gen.go#L3993: DocumentEmptyTypeID: func() bin.Object { return &DocumentEmpty{} },
|
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. |