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

18 uses

	github.com/gotd/td/tg (current package)
		tl_chat_slices_gen.go#L152: func (s ChatClassArray) AsChatEmpty() (to ChatEmptyArray) {
		tl_chat_slices_gen.go#L508: type ChatEmptyArray []ChatEmpty
		tl_chat_slices_gen.go#L511: func (s ChatEmptyArray) Sort(less func(a, b ChatEmpty) bool) ChatEmptyArray {
		tl_chat_slices_gen.go#L519: func (s ChatEmptyArray) SortStable(less func(a, b ChatEmpty) bool) ChatEmptyArray {
		tl_chat_slices_gen.go#L527: func (s ChatEmptyArray) Retain(keep func(x ChatEmpty) bool) ChatEmptyArray {
		tl_chat_slices_gen.go#L541: func (s ChatEmptyArray) First() (v ChatEmpty, ok bool) {
		tl_chat_slices_gen.go#L549: func (s ChatEmptyArray) Last() (v ChatEmpty, ok bool) {
		tl_chat_slices_gen.go#L557: func (s *ChatEmptyArray) PopFirst() (v ChatEmpty, ok bool) {
		tl_chat_slices_gen.go#L576: func (s *ChatEmptyArray) Pop() (v ChatEmpty, ok bool) {
		tl_chat_slices_gen.go#L590: func (s ChatEmptyArray) SortByID() ChatEmptyArray {
		tl_chat_slices_gen.go#L597: func (s ChatEmptyArray) SortStableByID() ChatEmptyArray {
		tl_chat_slices_gen.go#L604: func (s ChatEmptyArray) FillMap(to map[int64]ChatEmpty) {
		tl_chat_slices_gen.go#L611: func (s ChatEmptyArray) ToMap() map[int64]ChatEmpty {