type github.com/gotd/td/tg.DocumentClassVector
20 uses
github.com/gotd/td/tg (current package)
tl_document_class_vector_gen.go#L35: type DocumentClassVector struct {
tl_document_class_vector_gen.go#L45: _ bin.Encoder = &DocumentClassVector{}
tl_document_class_vector_gen.go#L46: _ bin.Decoder = &DocumentClassVector{}
tl_document_class_vector_gen.go#L47: _ bin.BareEncoder = &DocumentClassVector{}
tl_document_class_vector_gen.go#L48: _ bin.BareDecoder = &DocumentClassVector{}
tl_document_class_vector_gen.go#L51: func (vec *DocumentClassVector) Zero() bool {
tl_document_class_vector_gen.go#L63: func (vec *DocumentClassVector) String() string {
tl_document_class_vector_gen.go#L67: type Alias DocumentClassVector
tl_document_class_vector_gen.go#L72: func (vec *DocumentClassVector) FillFrom(from interface {
tl_document_class_vector_gen.go#L81: func (*DocumentClassVector) TypeID() uint32 {
tl_document_class_vector_gen.go#L86: func (*DocumentClassVector) TypeName() string {
tl_document_class_vector_gen.go#L91: func (vec *DocumentClassVector) TypeInfo() tdp.Type {
tl_document_class_vector_gen.go#L110: func (vec *DocumentClassVector) Encode(b *bin.Buffer) error {
tl_document_class_vector_gen.go#L119: func (vec *DocumentClassVector) EncodeBare(b *bin.Buffer) error {
tl_document_class_vector_gen.go#L136: func (vec *DocumentClassVector) Decode(b *bin.Buffer) error {
tl_document_class_vector_gen.go#L145: func (vec *DocumentClassVector) DecodeBare(b *bin.Buffer) error {
tl_document_class_vector_gen.go#L170: func (vec *DocumentClassVector) GetElems() (value []DocumentClass) {
tl_document_class_vector_gen.go#L178: func (vec *DocumentClassVector) MapElems() (value DocumentClassArray) {
tl_messages_get_custom_emoji_documents_gen.go#L203: var result DocumentClassVector
tl_server_gen.go#L5737: return &DocumentClassVector{Elems: response}, nil
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. |