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

31 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_gen.go#L38: type AuthSentCodeTypeApp struct {
		tl_auth_sent_code_type_gen.go#L47: func (s AuthSentCodeTypeApp) construct() AuthSentCodeTypeClass { return &s }
		tl_auth_sent_code_type_gen.go#L51: 	_ bin.Encoder     = &AuthSentCodeTypeApp{}
		tl_auth_sent_code_type_gen.go#L52: 	_ bin.Decoder     = &AuthSentCodeTypeApp{}
		tl_auth_sent_code_type_gen.go#L53: 	_ bin.BareEncoder = &AuthSentCodeTypeApp{}
		tl_auth_sent_code_type_gen.go#L54: 	_ bin.BareDecoder = &AuthSentCodeTypeApp{}
		tl_auth_sent_code_type_gen.go#L56: 	_ AuthSentCodeTypeClass = &AuthSentCodeTypeApp{}
		tl_auth_sent_code_type_gen.go#L59: func (s *AuthSentCodeTypeApp) Zero() bool {
		tl_auth_sent_code_type_gen.go#L71: func (s *AuthSentCodeTypeApp) String() string {
		tl_auth_sent_code_type_gen.go#L75: 	type Alias AuthSentCodeTypeApp
		tl_auth_sent_code_type_gen.go#L80: func (s *AuthSentCodeTypeApp) FillFrom(from interface {
		tl_auth_sent_code_type_gen.go#L89: func (*AuthSentCodeTypeApp) TypeID() uint32 {
		tl_auth_sent_code_type_gen.go#L94: func (*AuthSentCodeTypeApp) TypeName() string {
		tl_auth_sent_code_type_gen.go#L99: func (s *AuthSentCodeTypeApp) TypeInfo() tdp.Type {
		tl_auth_sent_code_type_gen.go#L118: func (s *AuthSentCodeTypeApp) Encode(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L127: func (s *AuthSentCodeTypeApp) EncodeBare(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L136: func (s *AuthSentCodeTypeApp) Decode(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L147: func (s *AuthSentCodeTypeApp) DecodeBare(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L162: func (s *AuthSentCodeTypeApp) GetLength() (value int) {
		tl_auth_sent_code_type_gen.go#L1842: 		v := AuthSentCodeTypeApp{}
		tl_auth_sent_code_type_slices_gen.go#L122: 		value, ok := elem.(*AuthSentCodeTypeApp)
		tl_auth_sent_code_type_slices_gen.go#L237: type AuthSentCodeTypeAppArray []AuthSentCodeTypeApp
		tl_auth_sent_code_type_slices_gen.go#L240: func (s AuthSentCodeTypeAppArray) Sort(less func(a, b AuthSentCodeTypeApp) bool) AuthSentCodeTypeAppArray {
		tl_auth_sent_code_type_slices_gen.go#L248: func (s AuthSentCodeTypeAppArray) SortStable(less func(a, b AuthSentCodeTypeApp) bool) AuthSentCodeTypeAppArray {
		tl_auth_sent_code_type_slices_gen.go#L256: func (s AuthSentCodeTypeAppArray) Retain(keep func(x AuthSentCodeTypeApp) bool) AuthSentCodeTypeAppArray {
		tl_auth_sent_code_type_slices_gen.go#L270: func (s AuthSentCodeTypeAppArray) First() (v AuthSentCodeTypeApp, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L278: func (s AuthSentCodeTypeAppArray) Last() (v AuthSentCodeTypeApp, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L286: func (s *AuthSentCodeTypeAppArray) PopFirst() (v AuthSentCodeTypeApp, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L296: 	var zero AuthSentCodeTypeApp
		tl_auth_sent_code_type_slices_gen.go#L305: func (s *AuthSentCodeTypeAppArray) Pop() (v AuthSentCodeTypeApp, ok bool) {
		tl_registry_gen.go#L4207: 		AuthSentCodeTypeAppTypeID:                                func() bin.Object { return &AuthSentCodeTypeApp{} },