type github.com/gotd/td/tg.InputDocumentEmpty
20 uses
github.com/gotd/td/tg (current package)
tl_input_document_gen.go#L38: type InputDocumentEmpty struct {
tl_input_document_gen.go#L45: func (i InputDocumentEmpty) construct() InputDocumentClass { return &i }
tl_input_document_gen.go#L49: _ bin.Encoder = &InputDocumentEmpty{}
tl_input_document_gen.go#L50: _ bin.Decoder = &InputDocumentEmpty{}
tl_input_document_gen.go#L51: _ bin.BareEncoder = &InputDocumentEmpty{}
tl_input_document_gen.go#L52: _ bin.BareDecoder = &InputDocumentEmpty{}
tl_input_document_gen.go#L54: _ InputDocumentClass = &InputDocumentEmpty{}
tl_input_document_gen.go#L57: func (i *InputDocumentEmpty) Zero() bool {
tl_input_document_gen.go#L66: func (i *InputDocumentEmpty) String() string {
tl_input_document_gen.go#L70: type Alias InputDocumentEmpty
tl_input_document_gen.go#L77: func (*InputDocumentEmpty) TypeID() uint32 {
tl_input_document_gen.go#L82: func (*InputDocumentEmpty) TypeName() string {
tl_input_document_gen.go#L87: func (i *InputDocumentEmpty) TypeInfo() tdp.Type {
tl_input_document_gen.go#L101: func (i *InputDocumentEmpty) Encode(b *bin.Buffer) error {
tl_input_document_gen.go#L110: func (i *InputDocumentEmpty) EncodeBare(b *bin.Buffer) error {
tl_input_document_gen.go#L118: func (i *InputDocumentEmpty) Decode(b *bin.Buffer) error {
tl_input_document_gen.go#L129: func (i *InputDocumentEmpty) DecodeBare(b *bin.Buffer) error {
tl_input_document_gen.go#L382: func (i *InputDocumentEmpty) AsNotEmpty() (*InputDocument, bool) {
tl_input_document_gen.go#L400: v := InputDocumentEmpty{}
tl_registry_gen.go#L3991: InputDocumentEmptyTypeID: func() bin.Object { return &InputDocumentEmpty{} },
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. |