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