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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L471: func (s UpdateClassArray) AsUpdateReadChannelInbox() (to UpdateReadChannelInboxArray) {
		tl_update_slices_gen.go#L3795: type UpdateReadChannelInboxArray []UpdateReadChannelInbox
		tl_update_slices_gen.go#L3798: func (s UpdateReadChannelInboxArray) Sort(less func(a, b UpdateReadChannelInbox) bool) UpdateReadChannelInboxArray {
		tl_update_slices_gen.go#L3806: func (s UpdateReadChannelInboxArray) SortStable(less func(a, b UpdateReadChannelInbox) bool) UpdateReadChannelInboxArray {
		tl_update_slices_gen.go#L3814: func (s UpdateReadChannelInboxArray) Retain(keep func(x UpdateReadChannelInbox) bool) UpdateReadChannelInboxArray {
		tl_update_slices_gen.go#L3828: func (s UpdateReadChannelInboxArray) First() (v UpdateReadChannelInbox, ok bool) {
		tl_update_slices_gen.go#L3836: func (s UpdateReadChannelInboxArray) Last() (v UpdateReadChannelInbox, ok bool) {
		tl_update_slices_gen.go#L3844: func (s *UpdateReadChannelInboxArray) PopFirst() (v UpdateReadChannelInbox, ok bool) {
		tl_update_slices_gen.go#L3863: func (s *UpdateReadChannelInboxArray) Pop() (v UpdateReadChannelInbox, ok bool) {