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

12 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_slices_gen.go#L133: func (s AuthSentCodeClassArray) AsAuthSentCodeSuccess() (to AuthSentCodeSuccessArray) {
		tl_auth_sent_code_slices_gen.go#L228: type AuthSentCodeSuccessArray []AuthSentCodeSuccess
		tl_auth_sent_code_slices_gen.go#L231: func (s AuthSentCodeSuccessArray) Sort(less func(a, b AuthSentCodeSuccess) bool) AuthSentCodeSuccessArray {
		tl_auth_sent_code_slices_gen.go#L239: func (s AuthSentCodeSuccessArray) SortStable(less func(a, b AuthSentCodeSuccess) bool) AuthSentCodeSuccessArray {
		tl_auth_sent_code_slices_gen.go#L247: func (s AuthSentCodeSuccessArray) Retain(keep func(x AuthSentCodeSuccess) bool) AuthSentCodeSuccessArray {
		tl_auth_sent_code_slices_gen.go#L261: func (s AuthSentCodeSuccessArray) First() (v AuthSentCodeSuccess, ok bool) {
		tl_auth_sent_code_slices_gen.go#L269: func (s AuthSentCodeSuccessArray) Last() (v AuthSentCodeSuccess, ok bool) {
		tl_auth_sent_code_slices_gen.go#L277: func (s *AuthSentCodeSuccessArray) PopFirst() (v AuthSentCodeSuccess, ok bool) {
		tl_auth_sent_code_slices_gen.go#L296: func (s *AuthSentCodeSuccessArray) Pop() (v AuthSentCodeSuccess, ok bool) {