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

13 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_slices_gen.go#L38: type AuthSentCodeClassArray []AuthSentCodeClass
		tl_auth_sent_code_slices_gen.go#L41: func (s AuthSentCodeClassArray) Sort(less func(a, b AuthSentCodeClass) bool) AuthSentCodeClassArray {
		tl_auth_sent_code_slices_gen.go#L49: func (s AuthSentCodeClassArray) SortStable(less func(a, b AuthSentCodeClass) bool) AuthSentCodeClassArray {
		tl_auth_sent_code_slices_gen.go#L57: func (s AuthSentCodeClassArray) Retain(keep func(x AuthSentCodeClass) bool) AuthSentCodeClassArray {
		tl_auth_sent_code_slices_gen.go#L71: func (s AuthSentCodeClassArray) First() (v AuthSentCodeClass, ok bool) {
		tl_auth_sent_code_slices_gen.go#L79: func (s AuthSentCodeClassArray) Last() (v AuthSentCodeClass, ok bool) {
		tl_auth_sent_code_slices_gen.go#L87: func (s *AuthSentCodeClassArray) PopFirst() (v AuthSentCodeClass, ok bool) {
		tl_auth_sent_code_slices_gen.go#L106: func (s *AuthSentCodeClassArray) Pop() (v AuthSentCodeClass, ok bool) {
		tl_auth_sent_code_slices_gen.go#L120: func (s AuthSentCodeClassArray) AsAuthSentCode() (to AuthSentCodeArray) {
		tl_auth_sent_code_slices_gen.go#L133: func (s AuthSentCodeClassArray) AsAuthSentCodeSuccess() (to AuthSentCodeSuccessArray) {