type github.com/gotd/td/tg.InputCheckPasswordEmpty
21 uses
github.com/gotd/td/tg (current package)
tl_input_check_password_srp_gen.go#L38: type InputCheckPasswordEmpty struct {
tl_input_check_password_srp_gen.go#L45: func (i InputCheckPasswordEmpty) construct() InputCheckPasswordSRPClass { return &i }
tl_input_check_password_srp_gen.go#L49: _ bin.Encoder = &InputCheckPasswordEmpty{}
tl_input_check_password_srp_gen.go#L50: _ bin.Decoder = &InputCheckPasswordEmpty{}
tl_input_check_password_srp_gen.go#L51: _ bin.BareEncoder = &InputCheckPasswordEmpty{}
tl_input_check_password_srp_gen.go#L52: _ bin.BareDecoder = &InputCheckPasswordEmpty{}
tl_input_check_password_srp_gen.go#L54: _ InputCheckPasswordSRPClass = &InputCheckPasswordEmpty{}
tl_input_check_password_srp_gen.go#L57: func (i *InputCheckPasswordEmpty) Zero() bool {
tl_input_check_password_srp_gen.go#L66: func (i *InputCheckPasswordEmpty) String() string {
tl_input_check_password_srp_gen.go#L70: type Alias InputCheckPasswordEmpty
tl_input_check_password_srp_gen.go#L77: func (*InputCheckPasswordEmpty) TypeID() uint32 {
tl_input_check_password_srp_gen.go#L82: func (*InputCheckPasswordEmpty) TypeName() string {
tl_input_check_password_srp_gen.go#L87: func (i *InputCheckPasswordEmpty) TypeInfo() tdp.Type {
tl_input_check_password_srp_gen.go#L101: func (i *InputCheckPasswordEmpty) Encode(b *bin.Buffer) error {
tl_input_check_password_srp_gen.go#L110: func (i *InputCheckPasswordEmpty) EncodeBare(b *bin.Buffer) error {
tl_input_check_password_srp_gen.go#L118: func (i *InputCheckPasswordEmpty) Decode(b *bin.Buffer) error {
tl_input_check_password_srp_gen.go#L129: func (i *InputCheckPasswordEmpty) DecodeBare(b *bin.Buffer) error {
tl_input_check_password_srp_gen.go#L378: func (i *InputCheckPasswordEmpty) AsNotEmpty() (*InputCheckPasswordSRP, bool) {
tl_input_check_password_srp_gen.go#L396: v := InputCheckPasswordEmpty{}
tl_registry_gen.go#L4473: InputCheckPasswordEmptyTypeID: func() bin.Object { return &InputCheckPasswordEmpty{} },
github.com/gotd/td/telegram/auth
password.go#L64: emptyPassword tg.InputCheckPasswordSRPClass = &tg.InputCheckPasswordEmpty{}
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. |