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

12 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_slices_gen.go#L120: func (s AuthSentCodeClassArray) AsAuthSentCode() (to AuthSentCodeArray) {
		tl_auth_sent_code_slices_gen.go#L159: type AuthSentCodeArray []AuthSentCode
		tl_auth_sent_code_slices_gen.go#L162: func (s AuthSentCodeArray) Sort(less func(a, b AuthSentCode) bool) AuthSentCodeArray {
		tl_auth_sent_code_slices_gen.go#L170: func (s AuthSentCodeArray) SortStable(less func(a, b AuthSentCode) bool) AuthSentCodeArray {
		tl_auth_sent_code_slices_gen.go#L178: func (s AuthSentCodeArray) Retain(keep func(x AuthSentCode) bool) AuthSentCodeArray {
		tl_auth_sent_code_slices_gen.go#L192: func (s AuthSentCodeArray) First() (v AuthSentCode, ok bool) {
		tl_auth_sent_code_slices_gen.go#L200: func (s AuthSentCodeArray) Last() (v AuthSentCode, ok bool) {
		tl_auth_sent_code_slices_gen.go#L208: func (s *AuthSentCodeArray) PopFirst() (v AuthSentCode, ok bool) {
		tl_auth_sent_code_slices_gen.go#L227: func (s *AuthSentCodeArray) Pop() (v AuthSentCode, ok bool) {