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

33 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_gen.go#L2069: type AuthSentCodeTypeSMSPhrase struct {
		tl_auth_sent_code_type_gen.go#L2085: func (s AuthSentCodeTypeSMSPhrase) construct() AuthSentCodeTypeClass { return &s }
		tl_auth_sent_code_type_gen.go#L2089: 	_ bin.Encoder     = &AuthSentCodeTypeSMSPhrase{}
		tl_auth_sent_code_type_gen.go#L2090: 	_ bin.Decoder     = &AuthSentCodeTypeSMSPhrase{}
		tl_auth_sent_code_type_gen.go#L2091: 	_ bin.BareEncoder = &AuthSentCodeTypeSMSPhrase{}
		tl_auth_sent_code_type_gen.go#L2092: 	_ bin.BareDecoder = &AuthSentCodeTypeSMSPhrase{}
		tl_auth_sent_code_type_gen.go#L2094: 	_ AuthSentCodeTypeClass = &AuthSentCodeTypeSMSPhrase{}
		tl_auth_sent_code_type_gen.go#L2097: func (s *AuthSentCodeTypeSMSPhrase) Zero() bool {
		tl_auth_sent_code_type_gen.go#L2112: func (s *AuthSentCodeTypeSMSPhrase) String() string {
		tl_auth_sent_code_type_gen.go#L2116: 	type Alias AuthSentCodeTypeSMSPhrase
		tl_auth_sent_code_type_gen.go#L2121: func (s *AuthSentCodeTypeSMSPhrase) FillFrom(from interface {
		tl_auth_sent_code_type_gen.go#L2133: func (*AuthSentCodeTypeSMSPhrase) TypeID() uint32 {
		tl_auth_sent_code_type_gen.go#L2138: func (*AuthSentCodeTypeSMSPhrase) TypeName() string {
		tl_auth_sent_code_type_gen.go#L2143: func (s *AuthSentCodeTypeSMSPhrase) TypeInfo() tdp.Type {
		tl_auth_sent_code_type_gen.go#L2163: func (s *AuthSentCodeTypeSMSPhrase) SetFlags() {
		tl_auth_sent_code_type_gen.go#L2170: func (s *AuthSentCodeTypeSMSPhrase) Encode(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L2179: func (s *AuthSentCodeTypeSMSPhrase) EncodeBare(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L2194: func (s *AuthSentCodeTypeSMSPhrase) Decode(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L2205: func (s *AuthSentCodeTypeSMSPhrase) DecodeBare(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L2225: func (s *AuthSentCodeTypeSMSPhrase) SetBeginning(value string) {
		tl_auth_sent_code_type_gen.go#L2232: func (s *AuthSentCodeTypeSMSPhrase) GetBeginning() (value string, ok bool) {
		tl_auth_sent_code_type_gen.go#L2380: 		v := AuthSentCodeTypeSMSPhrase{}
		tl_auth_sent_code_type_slices_gen.go#L252: 		value, ok := elem.(*AuthSentCodeTypeSMSPhrase)
		tl_auth_sent_code_type_slices_gen.go#L1083: type AuthSentCodeTypeSMSPhraseArray []AuthSentCodeTypeSMSPhrase
		tl_auth_sent_code_type_slices_gen.go#L1086: func (s AuthSentCodeTypeSMSPhraseArray) Sort(less func(a, b AuthSentCodeTypeSMSPhrase) bool) AuthSentCodeTypeSMSPhraseArray {
		tl_auth_sent_code_type_slices_gen.go#L1094: func (s AuthSentCodeTypeSMSPhraseArray) SortStable(less func(a, b AuthSentCodeTypeSMSPhrase) bool) AuthSentCodeTypeSMSPhraseArray {
		tl_auth_sent_code_type_slices_gen.go#L1102: func (s AuthSentCodeTypeSMSPhraseArray) Retain(keep func(x AuthSentCodeTypeSMSPhrase) bool) AuthSentCodeTypeSMSPhraseArray {
		tl_auth_sent_code_type_slices_gen.go#L1116: func (s AuthSentCodeTypeSMSPhraseArray) First() (v AuthSentCodeTypeSMSPhrase, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L1124: func (s AuthSentCodeTypeSMSPhraseArray) Last() (v AuthSentCodeTypeSMSPhrase, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L1132: func (s *AuthSentCodeTypeSMSPhraseArray) PopFirst() (v AuthSentCodeTypeSMSPhrase, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L1142: 	var zero AuthSentCodeTypeSMSPhrase
		tl_auth_sent_code_type_slices_gen.go#L1151: func (s *AuthSentCodeTypeSMSPhraseArray) Pop() (v AuthSentCodeTypeSMSPhrase, ok bool) {
		tl_registry_gen.go#L5608: 		AuthSentCodeTypeSMSPhraseTypeID:                          func() bin.Object { return &AuthSentCodeTypeSMSPhrase{} },