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

11 uses

	github.com/gotd/td/tg (current package)
		tl_report_reason_slices_gen.go#L38: type ReportReasonClassArray []ReportReasonClass
		tl_report_reason_slices_gen.go#L41: func (s ReportReasonClassArray) Sort(less func(a, b ReportReasonClass) bool) ReportReasonClassArray {
		tl_report_reason_slices_gen.go#L49: func (s ReportReasonClassArray) SortStable(less func(a, b ReportReasonClass) bool) ReportReasonClassArray {
		tl_report_reason_slices_gen.go#L57: func (s ReportReasonClassArray) Retain(keep func(x ReportReasonClass) bool) ReportReasonClassArray {
		tl_report_reason_slices_gen.go#L71: func (s ReportReasonClassArray) First() (v ReportReasonClass, ok bool) {
		tl_report_reason_slices_gen.go#L79: func (s ReportReasonClassArray) Last() (v ReportReasonClass, ok bool) {
		tl_report_reason_slices_gen.go#L87: func (s *ReportReasonClassArray) PopFirst() (v ReportReasonClass, ok bool) {
		tl_report_reason_slices_gen.go#L106: func (s *ReportReasonClassArray) Pop() (v ReportReasonClass, ok bool) {