type github.com/gotd/td/tg.AuthCodeTypeSMS

19 uses

	github.com/gotd/td/tg (current package)
		tl_auth_code_type_gen.go#L39: type AuthCodeTypeSMS struct {
		tl_auth_code_type_gen.go#L46: func (c AuthCodeTypeSMS) construct() AuthCodeTypeClass { return &c }
		tl_auth_code_type_gen.go#L50: 	_ bin.Encoder     = &AuthCodeTypeSMS{}
		tl_auth_code_type_gen.go#L51: 	_ bin.Decoder     = &AuthCodeTypeSMS{}
		tl_auth_code_type_gen.go#L52: 	_ bin.BareEncoder = &AuthCodeTypeSMS{}
		tl_auth_code_type_gen.go#L53: 	_ bin.BareDecoder = &AuthCodeTypeSMS{}
		tl_auth_code_type_gen.go#L55: 	_ AuthCodeTypeClass = &AuthCodeTypeSMS{}
		tl_auth_code_type_gen.go#L58: func (c *AuthCodeTypeSMS) Zero() bool {
		tl_auth_code_type_gen.go#L67: func (c *AuthCodeTypeSMS) String() string {
		tl_auth_code_type_gen.go#L71: 	type Alias AuthCodeTypeSMS
		tl_auth_code_type_gen.go#L78: func (*AuthCodeTypeSMS) TypeID() uint32 {
		tl_auth_code_type_gen.go#L83: func (*AuthCodeTypeSMS) TypeName() string {
		tl_auth_code_type_gen.go#L88: func (c *AuthCodeTypeSMS) TypeInfo() tdp.Type {
		tl_auth_code_type_gen.go#L102: func (c *AuthCodeTypeSMS) Encode(b *bin.Buffer) error {
		tl_auth_code_type_gen.go#L111: func (c *AuthCodeTypeSMS) EncodeBare(b *bin.Buffer) error {
		tl_auth_code_type_gen.go#L119: func (c *AuthCodeTypeSMS) Decode(b *bin.Buffer) error {
		tl_auth_code_type_gen.go#L130: func (c *AuthCodeTypeSMS) DecodeBare(b *bin.Buffer) error {
		tl_auth_code_type_gen.go#L599: 		v := AuthCodeTypeSMS{}
		tl_registry_gen.go#L4202: 		AuthCodeTypeSMSTypeID:                                    func() bin.Object { return &AuthCodeTypeSMS{} },