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

31 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_gen.go#L173: type AuthSentCodeTypeSMS struct {
		tl_auth_sent_code_type_gen.go#L182: func (s AuthSentCodeTypeSMS) construct() AuthSentCodeTypeClass { return &s }
		tl_auth_sent_code_type_gen.go#L186: 	_ bin.Encoder     = &AuthSentCodeTypeSMS{}
		tl_auth_sent_code_type_gen.go#L187: 	_ bin.Decoder     = &AuthSentCodeTypeSMS{}
		tl_auth_sent_code_type_gen.go#L188: 	_ bin.BareEncoder = &AuthSentCodeTypeSMS{}
		tl_auth_sent_code_type_gen.go#L189: 	_ bin.BareDecoder = &AuthSentCodeTypeSMS{}
		tl_auth_sent_code_type_gen.go#L191: 	_ AuthSentCodeTypeClass = &AuthSentCodeTypeSMS{}
		tl_auth_sent_code_type_gen.go#L194: func (s *AuthSentCodeTypeSMS) Zero() bool {
		tl_auth_sent_code_type_gen.go#L206: func (s *AuthSentCodeTypeSMS) String() string {
		tl_auth_sent_code_type_gen.go#L210: 	type Alias AuthSentCodeTypeSMS
		tl_auth_sent_code_type_gen.go#L215: func (s *AuthSentCodeTypeSMS) FillFrom(from interface {
		tl_auth_sent_code_type_gen.go#L224: func (*AuthSentCodeTypeSMS) TypeID() uint32 {
		tl_auth_sent_code_type_gen.go#L229: func (*AuthSentCodeTypeSMS) TypeName() string {
		tl_auth_sent_code_type_gen.go#L234: func (s *AuthSentCodeTypeSMS) TypeInfo() tdp.Type {
		tl_auth_sent_code_type_gen.go#L253: func (s *AuthSentCodeTypeSMS) Encode(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L262: func (s *AuthSentCodeTypeSMS) EncodeBare(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L271: func (s *AuthSentCodeTypeSMS) Decode(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L282: func (s *AuthSentCodeTypeSMS) DecodeBare(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L297: func (s *AuthSentCodeTypeSMS) GetLength() (value int) {
		tl_auth_sent_code_type_gen.go#L1849: 		v := AuthSentCodeTypeSMS{}
		tl_auth_sent_code_type_slices_gen.go#L135: 		value, ok := elem.(*AuthSentCodeTypeSMS)
		tl_auth_sent_code_type_slices_gen.go#L319: type AuthSentCodeTypeSMSArray []AuthSentCodeTypeSMS
		tl_auth_sent_code_type_slices_gen.go#L322: func (s AuthSentCodeTypeSMSArray) Sort(less func(a, b AuthSentCodeTypeSMS) bool) AuthSentCodeTypeSMSArray {
		tl_auth_sent_code_type_slices_gen.go#L330: func (s AuthSentCodeTypeSMSArray) SortStable(less func(a, b AuthSentCodeTypeSMS) bool) AuthSentCodeTypeSMSArray {
		tl_auth_sent_code_type_slices_gen.go#L338: func (s AuthSentCodeTypeSMSArray) Retain(keep func(x AuthSentCodeTypeSMS) bool) AuthSentCodeTypeSMSArray {
		tl_auth_sent_code_type_slices_gen.go#L352: func (s AuthSentCodeTypeSMSArray) First() (v AuthSentCodeTypeSMS, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L360: func (s AuthSentCodeTypeSMSArray) Last() (v AuthSentCodeTypeSMS, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L368: func (s *AuthSentCodeTypeSMSArray) PopFirst() (v AuthSentCodeTypeSMS, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L378: 	var zero AuthSentCodeTypeSMS
		tl_auth_sent_code_type_slices_gen.go#L387: func (s *AuthSentCodeTypeSMSArray) Pop() (v AuthSentCodeTypeSMS, ok bool) {
		tl_registry_gen.go#L4208: 		AuthSentCodeTypeSMSTypeID:                                func() bin.Object { return &AuthSentCodeTypeSMS{} },