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

19 uses

	github.com/gotd/td/tg (current package)
		tl_auth_code_type_gen.go#L452: type AuthCodeTypeFragmentSMS struct {
		tl_auth_code_type_gen.go#L459: func (c AuthCodeTypeFragmentSMS) construct() AuthCodeTypeClass { return &c }
		tl_auth_code_type_gen.go#L463: 	_ bin.Encoder     = &AuthCodeTypeFragmentSMS{}
		tl_auth_code_type_gen.go#L464: 	_ bin.Decoder     = &AuthCodeTypeFragmentSMS{}
		tl_auth_code_type_gen.go#L465: 	_ bin.BareEncoder = &AuthCodeTypeFragmentSMS{}
		tl_auth_code_type_gen.go#L466: 	_ bin.BareDecoder = &AuthCodeTypeFragmentSMS{}
		tl_auth_code_type_gen.go#L468: 	_ AuthCodeTypeClass = &AuthCodeTypeFragmentSMS{}
		tl_auth_code_type_gen.go#L471: func (c *AuthCodeTypeFragmentSMS) Zero() bool {
		tl_auth_code_type_gen.go#L480: func (c *AuthCodeTypeFragmentSMS) String() string {
		tl_auth_code_type_gen.go#L484: 	type Alias AuthCodeTypeFragmentSMS
		tl_auth_code_type_gen.go#L491: func (*AuthCodeTypeFragmentSMS) TypeID() uint32 {
		tl_auth_code_type_gen.go#L496: func (*AuthCodeTypeFragmentSMS) TypeName() string {
		tl_auth_code_type_gen.go#L501: func (c *AuthCodeTypeFragmentSMS) TypeInfo() tdp.Type {
		tl_auth_code_type_gen.go#L515: func (c *AuthCodeTypeFragmentSMS) Encode(b *bin.Buffer) error {
		tl_auth_code_type_gen.go#L524: func (c *AuthCodeTypeFragmentSMS) EncodeBare(b *bin.Buffer) error {
		tl_auth_code_type_gen.go#L532: func (c *AuthCodeTypeFragmentSMS) Decode(b *bin.Buffer) error {
		tl_auth_code_type_gen.go#L543: func (c *AuthCodeTypeFragmentSMS) DecodeBare(b *bin.Buffer) error {
		tl_auth_code_type_gen.go#L627: 		v := AuthCodeTypeFragmentSMS{}
		tl_registry_gen.go#L4206: 		AuthCodeTypeFragmentSMSTypeID:                            func() bin.Object { return &AuthCodeTypeFragmentSMS{} },