type github.com/gotd/td/tg.SecureValueTypePhone
19 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4446: SecureValueTypePhoneTypeID: func() bin.Object { return &SecureValueTypePhone{} },
tl_secure_value_type_gen.go#L1166: type SecureValueTypePhone struct {
tl_secure_value_type_gen.go#L1173: func (s SecureValueTypePhone) construct() SecureValueTypeClass { return &s }
tl_secure_value_type_gen.go#L1177: _ bin.Encoder = &SecureValueTypePhone{}
tl_secure_value_type_gen.go#L1178: _ bin.Decoder = &SecureValueTypePhone{}
tl_secure_value_type_gen.go#L1179: _ bin.BareEncoder = &SecureValueTypePhone{}
tl_secure_value_type_gen.go#L1180: _ bin.BareDecoder = &SecureValueTypePhone{}
tl_secure_value_type_gen.go#L1182: _ SecureValueTypeClass = &SecureValueTypePhone{}
tl_secure_value_type_gen.go#L1185: func (s *SecureValueTypePhone) Zero() bool {
tl_secure_value_type_gen.go#L1194: func (s *SecureValueTypePhone) String() string {
tl_secure_value_type_gen.go#L1198: type Alias SecureValueTypePhone
tl_secure_value_type_gen.go#L1205: func (*SecureValueTypePhone) TypeID() uint32 {
tl_secure_value_type_gen.go#L1210: func (*SecureValueTypePhone) TypeName() string {
tl_secure_value_type_gen.go#L1215: func (s *SecureValueTypePhone) TypeInfo() tdp.Type {
tl_secure_value_type_gen.go#L1229: func (s *SecureValueTypePhone) Encode(b *bin.Buffer) error {
tl_secure_value_type_gen.go#L1238: func (s *SecureValueTypePhone) EncodeBare(b *bin.Buffer) error {
tl_secure_value_type_gen.go#L1246: func (s *SecureValueTypePhone) Decode(b *bin.Buffer) error {
tl_secure_value_type_gen.go#L1257: func (s *SecureValueTypePhone) DecodeBare(b *bin.Buffer) error {
tl_secure_value_type_gen.go#L1500: v := SecureValueTypePhone{}
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. |