type github.com/gotd/td/tg.SecureValueTypeEmail
19 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4447: SecureValueTypeEmailTypeID: func() bin.Object { return &SecureValueTypeEmail{} },
tl_secure_value_type_gen.go#L1268: type SecureValueTypeEmail struct {
tl_secure_value_type_gen.go#L1275: func (s SecureValueTypeEmail) construct() SecureValueTypeClass { return &s }
tl_secure_value_type_gen.go#L1279: _ bin.Encoder = &SecureValueTypeEmail{}
tl_secure_value_type_gen.go#L1280: _ bin.Decoder = &SecureValueTypeEmail{}
tl_secure_value_type_gen.go#L1281: _ bin.BareEncoder = &SecureValueTypeEmail{}
tl_secure_value_type_gen.go#L1282: _ bin.BareDecoder = &SecureValueTypeEmail{}
tl_secure_value_type_gen.go#L1284: _ SecureValueTypeClass = &SecureValueTypeEmail{}
tl_secure_value_type_gen.go#L1287: func (s *SecureValueTypeEmail) Zero() bool {
tl_secure_value_type_gen.go#L1296: func (s *SecureValueTypeEmail) String() string {
tl_secure_value_type_gen.go#L1300: type Alias SecureValueTypeEmail
tl_secure_value_type_gen.go#L1307: func (*SecureValueTypeEmail) TypeID() uint32 {
tl_secure_value_type_gen.go#L1312: func (*SecureValueTypeEmail) TypeName() string {
tl_secure_value_type_gen.go#L1317: func (s *SecureValueTypeEmail) TypeInfo() tdp.Type {
tl_secure_value_type_gen.go#L1331: func (s *SecureValueTypeEmail) Encode(b *bin.Buffer) error {
tl_secure_value_type_gen.go#L1340: func (s *SecureValueTypeEmail) EncodeBare(b *bin.Buffer) error {
tl_secure_value_type_gen.go#L1348: func (s *SecureValueTypeEmail) Decode(b *bin.Buffer) error {
tl_secure_value_type_gen.go#L1359: func (s *SecureValueTypeEmail) DecodeBare(b *bin.Buffer) error {
tl_secure_value_type_gen.go#L1507: v := SecureValueTypeEmail{}
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. |