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

33 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_gen.go#L1890: type AuthSentCodeTypeSMSWord struct {
		tl_auth_sent_code_type_gen.go#L1907: func (s AuthSentCodeTypeSMSWord) construct() AuthSentCodeTypeClass { return &s }
		tl_auth_sent_code_type_gen.go#L1911: 	_ bin.Encoder     = &AuthSentCodeTypeSMSWord{}
		tl_auth_sent_code_type_gen.go#L1912: 	_ bin.Decoder     = &AuthSentCodeTypeSMSWord{}
		tl_auth_sent_code_type_gen.go#L1913: 	_ bin.BareEncoder = &AuthSentCodeTypeSMSWord{}
		tl_auth_sent_code_type_gen.go#L1914: 	_ bin.BareDecoder = &AuthSentCodeTypeSMSWord{}
		tl_auth_sent_code_type_gen.go#L1916: 	_ AuthSentCodeTypeClass = &AuthSentCodeTypeSMSWord{}
		tl_auth_sent_code_type_gen.go#L1919: func (s *AuthSentCodeTypeSMSWord) Zero() bool {
		tl_auth_sent_code_type_gen.go#L1934: func (s *AuthSentCodeTypeSMSWord) String() string {
		tl_auth_sent_code_type_gen.go#L1938: 	type Alias AuthSentCodeTypeSMSWord
		tl_auth_sent_code_type_gen.go#L1943: func (s *AuthSentCodeTypeSMSWord) FillFrom(from interface {
		tl_auth_sent_code_type_gen.go#L1955: func (*AuthSentCodeTypeSMSWord) TypeID() uint32 {
		tl_auth_sent_code_type_gen.go#L1960: func (*AuthSentCodeTypeSMSWord) TypeName() string {
		tl_auth_sent_code_type_gen.go#L1965: func (s *AuthSentCodeTypeSMSWord) TypeInfo() tdp.Type {
		tl_auth_sent_code_type_gen.go#L1985: func (s *AuthSentCodeTypeSMSWord) SetFlags() {
		tl_auth_sent_code_type_gen.go#L1992: func (s *AuthSentCodeTypeSMSWord) Encode(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L2001: func (s *AuthSentCodeTypeSMSWord) EncodeBare(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L2016: func (s *AuthSentCodeTypeSMSWord) Decode(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L2027: func (s *AuthSentCodeTypeSMSWord) DecodeBare(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L2047: func (s *AuthSentCodeTypeSMSWord) SetBeginning(value string) {
		tl_auth_sent_code_type_gen.go#L2054: func (s *AuthSentCodeTypeSMSWord) GetBeginning() (value string, ok bool) {
		tl_auth_sent_code_type_gen.go#L2373: 		v := AuthSentCodeTypeSMSWord{}
		tl_auth_sent_code_type_slices_gen.go#L239: 		value, ok := elem.(*AuthSentCodeTypeSMSWord)
		tl_auth_sent_code_type_slices_gen.go#L1001: type AuthSentCodeTypeSMSWordArray []AuthSentCodeTypeSMSWord
		tl_auth_sent_code_type_slices_gen.go#L1004: func (s AuthSentCodeTypeSMSWordArray) Sort(less func(a, b AuthSentCodeTypeSMSWord) bool) AuthSentCodeTypeSMSWordArray {
		tl_auth_sent_code_type_slices_gen.go#L1012: func (s AuthSentCodeTypeSMSWordArray) SortStable(less func(a, b AuthSentCodeTypeSMSWord) bool) AuthSentCodeTypeSMSWordArray {
		tl_auth_sent_code_type_slices_gen.go#L1020: func (s AuthSentCodeTypeSMSWordArray) Retain(keep func(x AuthSentCodeTypeSMSWord) bool) AuthSentCodeTypeSMSWordArray {
		tl_auth_sent_code_type_slices_gen.go#L1034: func (s AuthSentCodeTypeSMSWordArray) First() (v AuthSentCodeTypeSMSWord, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L1042: func (s AuthSentCodeTypeSMSWordArray) Last() (v AuthSentCodeTypeSMSWord, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L1050: func (s *AuthSentCodeTypeSMSWordArray) PopFirst() (v AuthSentCodeTypeSMSWord, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L1060: 	var zero AuthSentCodeTypeSMSWord
		tl_auth_sent_code_type_slices_gen.go#L1069: func (s *AuthSentCodeTypeSMSWordArray) Pop() (v AuthSentCodeTypeSMSWord, ok bool) {
		tl_registry_gen.go#L5607: 		AuthSentCodeTypeSMSWordTypeID:                            func() bin.Object { return &AuthSentCodeTypeSMSWord{} },