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

12 uses

	github.com/gotd/td/tg (current package)
		tl_lang_pack_string_slices_gen.go#L146: func (s LangPackStringClassArray) AsLangPackStringDeleted() (to LangPackStringDeletedArray) {
		tl_lang_pack_string_slices_gen.go#L323: type LangPackStringDeletedArray []LangPackStringDeleted
		tl_lang_pack_string_slices_gen.go#L326: func (s LangPackStringDeletedArray) Sort(less func(a, b LangPackStringDeleted) bool) LangPackStringDeletedArray {
		tl_lang_pack_string_slices_gen.go#L334: func (s LangPackStringDeletedArray) SortStable(less func(a, b LangPackStringDeleted) bool) LangPackStringDeletedArray {
		tl_lang_pack_string_slices_gen.go#L342: func (s LangPackStringDeletedArray) Retain(keep func(x LangPackStringDeleted) bool) LangPackStringDeletedArray {
		tl_lang_pack_string_slices_gen.go#L356: func (s LangPackStringDeletedArray) First() (v LangPackStringDeleted, ok bool) {
		tl_lang_pack_string_slices_gen.go#L364: func (s LangPackStringDeletedArray) Last() (v LangPackStringDeleted, ok bool) {
		tl_lang_pack_string_slices_gen.go#L372: func (s *LangPackStringDeletedArray) PopFirst() (v LangPackStringDeleted, ok bool) {
		tl_lang_pack_string_slices_gen.go#L391: func (s *LangPackStringDeletedArray) Pop() (v LangPackStringDeleted, ok bool) {