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

35 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_gen.go#L1112: type AuthSentCodeTypeSetUpEmailRequired struct {
		tl_auth_sent_code_type_gen.go#L1128: func (s AuthSentCodeTypeSetUpEmailRequired) construct() AuthSentCodeTypeClass { return &s }
		tl_auth_sent_code_type_gen.go#L1132: 	_ bin.Encoder     = &AuthSentCodeTypeSetUpEmailRequired{}
		tl_auth_sent_code_type_gen.go#L1133: 	_ bin.Decoder     = &AuthSentCodeTypeSetUpEmailRequired{}
		tl_auth_sent_code_type_gen.go#L1134: 	_ bin.BareEncoder = &AuthSentCodeTypeSetUpEmailRequired{}
		tl_auth_sent_code_type_gen.go#L1135: 	_ bin.BareDecoder = &AuthSentCodeTypeSetUpEmailRequired{}
		tl_auth_sent_code_type_gen.go#L1137: 	_ AuthSentCodeTypeClass = &AuthSentCodeTypeSetUpEmailRequired{}
		tl_auth_sent_code_type_gen.go#L1140: func (s *AuthSentCodeTypeSetUpEmailRequired) Zero() bool {
		tl_auth_sent_code_type_gen.go#L1158: func (s *AuthSentCodeTypeSetUpEmailRequired) String() string {
		tl_auth_sent_code_type_gen.go#L1162: 	type Alias AuthSentCodeTypeSetUpEmailRequired
		tl_auth_sent_code_type_gen.go#L1167: func (s *AuthSentCodeTypeSetUpEmailRequired) FillFrom(from interface {
		tl_auth_sent_code_type_gen.go#L1178: func (*AuthSentCodeTypeSetUpEmailRequired) TypeID() uint32 {
		tl_auth_sent_code_type_gen.go#L1183: func (*AuthSentCodeTypeSetUpEmailRequired) TypeName() string {
		tl_auth_sent_code_type_gen.go#L1188: func (s *AuthSentCodeTypeSetUpEmailRequired) TypeInfo() tdp.Type {
		tl_auth_sent_code_type_gen.go#L1213: func (s *AuthSentCodeTypeSetUpEmailRequired) SetFlags() {
		tl_auth_sent_code_type_gen.go#L1223: func (s *AuthSentCodeTypeSetUpEmailRequired) Encode(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L1232: func (s *AuthSentCodeTypeSetUpEmailRequired) EncodeBare(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L1244: func (s *AuthSentCodeTypeSetUpEmailRequired) Decode(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L1255: func (s *AuthSentCodeTypeSetUpEmailRequired) DecodeBare(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L1270: func (s *AuthSentCodeTypeSetUpEmailRequired) SetAppleSigninAllowed(value bool) {
		tl_auth_sent_code_type_gen.go#L1281: func (s *AuthSentCodeTypeSetUpEmailRequired) GetAppleSigninAllowed() (value bool) {
		tl_auth_sent_code_type_gen.go#L1289: func (s *AuthSentCodeTypeSetUpEmailRequired) SetGoogleSigninAllowed(value bool) {
		tl_auth_sent_code_type_gen.go#L1300: func (s *AuthSentCodeTypeSetUpEmailRequired) GetGoogleSigninAllowed() (value bool) {
		tl_auth_sent_code_type_gen.go#L1884: 		v := AuthSentCodeTypeSetUpEmailRequired{}
		tl_auth_sent_code_type_slices_gen.go#L200: 		value, ok := elem.(*AuthSentCodeTypeSetUpEmailRequired)
		tl_auth_sent_code_type_slices_gen.go#L729: type AuthSentCodeTypeSetUpEmailRequiredArray []AuthSentCodeTypeSetUpEmailRequired
		tl_auth_sent_code_type_slices_gen.go#L732: func (s AuthSentCodeTypeSetUpEmailRequiredArray) Sort(less func(a, b AuthSentCodeTypeSetUpEmailRequired) bool) AuthSentCodeTypeSetUpEmailRequiredArray {
		tl_auth_sent_code_type_slices_gen.go#L740: func (s AuthSentCodeTypeSetUpEmailRequiredArray) SortStable(less func(a, b AuthSentCodeTypeSetUpEmailRequired) bool) AuthSentCodeTypeSetUpEmailRequiredArray {
		tl_auth_sent_code_type_slices_gen.go#L748: func (s AuthSentCodeTypeSetUpEmailRequiredArray) Retain(keep func(x AuthSentCodeTypeSetUpEmailRequired) bool) AuthSentCodeTypeSetUpEmailRequiredArray {
		tl_auth_sent_code_type_slices_gen.go#L762: func (s AuthSentCodeTypeSetUpEmailRequiredArray) First() (v AuthSentCodeTypeSetUpEmailRequired, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L770: func (s AuthSentCodeTypeSetUpEmailRequiredArray) Last() (v AuthSentCodeTypeSetUpEmailRequired, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L778: func (s *AuthSentCodeTypeSetUpEmailRequiredArray) PopFirst() (v AuthSentCodeTypeSetUpEmailRequired, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L788: 	var zero AuthSentCodeTypeSetUpEmailRequired
		tl_auth_sent_code_type_slices_gen.go#L797: func (s *AuthSentCodeTypeSetUpEmailRequiredArray) Pop() (v AuthSentCodeTypeSetUpEmailRequired, ok bool) {
		tl_registry_gen.go#L4213: 		AuthSentCodeTypeSetUpEmailRequiredTypeID:                 func() bin.Object { return &AuthSentCodeTypeSetUpEmailRequired{} },