type github.com/gotd/td/tg.SecureValueTypeTemporaryRegistration
19 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4445: SecureValueTypeTemporaryRegistrationTypeID: func() bin.Object { return &SecureValueTypeTemporaryRegistration{} },
tl_secure_value_type_gen.go#L1064: type SecureValueTypeTemporaryRegistration struct {
tl_secure_value_type_gen.go#L1071: func (s SecureValueTypeTemporaryRegistration) construct() SecureValueTypeClass { return &s }
tl_secure_value_type_gen.go#L1075: _ bin.Encoder = &SecureValueTypeTemporaryRegistration{}
tl_secure_value_type_gen.go#L1076: _ bin.Decoder = &SecureValueTypeTemporaryRegistration{}
tl_secure_value_type_gen.go#L1077: _ bin.BareEncoder = &SecureValueTypeTemporaryRegistration{}
tl_secure_value_type_gen.go#L1078: _ bin.BareDecoder = &SecureValueTypeTemporaryRegistration{}
tl_secure_value_type_gen.go#L1080: _ SecureValueTypeClass = &SecureValueTypeTemporaryRegistration{}
tl_secure_value_type_gen.go#L1083: func (s *SecureValueTypeTemporaryRegistration) Zero() bool {
tl_secure_value_type_gen.go#L1092: func (s *SecureValueTypeTemporaryRegistration) String() string {
tl_secure_value_type_gen.go#L1096: type Alias SecureValueTypeTemporaryRegistration
tl_secure_value_type_gen.go#L1103: func (*SecureValueTypeTemporaryRegistration) TypeID() uint32 {
tl_secure_value_type_gen.go#L1108: func (*SecureValueTypeTemporaryRegistration) TypeName() string {
tl_secure_value_type_gen.go#L1113: func (s *SecureValueTypeTemporaryRegistration) TypeInfo() tdp.Type {
tl_secure_value_type_gen.go#L1127: func (s *SecureValueTypeTemporaryRegistration) Encode(b *bin.Buffer) error {
tl_secure_value_type_gen.go#L1136: func (s *SecureValueTypeTemporaryRegistration) EncodeBare(b *bin.Buffer) error {
tl_secure_value_type_gen.go#L1144: func (s *SecureValueTypeTemporaryRegistration) Decode(b *bin.Buffer) error {
tl_secure_value_type_gen.go#L1155: func (s *SecureValueTypeTemporaryRegistration) DecodeBare(b *bin.Buffer) error {
tl_secure_value_type_gen.go#L1493: v := SecureValueTypeTemporaryRegistration{}
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. |