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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1017: func (s UpdateClassArray) AsUpdateReadChannelDiscussionInbox() (to UpdateReadChannelDiscussionInboxArray) {
		tl_update_slices_gen.go#L7323: type UpdateReadChannelDiscussionInboxArray []UpdateReadChannelDiscussionInbox
		tl_update_slices_gen.go#L7326: func (s UpdateReadChannelDiscussionInboxArray) Sort(less func(a, b UpdateReadChannelDiscussionInbox) bool) UpdateReadChannelDiscussionInboxArray {
		tl_update_slices_gen.go#L7334: func (s UpdateReadChannelDiscussionInboxArray) SortStable(less func(a, b UpdateReadChannelDiscussionInbox) bool) UpdateReadChannelDiscussionInboxArray {
		tl_update_slices_gen.go#L7342: func (s UpdateReadChannelDiscussionInboxArray) Retain(keep func(x UpdateReadChannelDiscussionInbox) bool) UpdateReadChannelDiscussionInboxArray {
		tl_update_slices_gen.go#L7356: func (s UpdateReadChannelDiscussionInboxArray) First() (v UpdateReadChannelDiscussionInbox, ok bool) {
		tl_update_slices_gen.go#L7364: func (s UpdateReadChannelDiscussionInboxArray) Last() (v UpdateReadChannelDiscussionInbox, ok bool) {
		tl_update_slices_gen.go#L7372: func (s *UpdateReadChannelDiscussionInboxArray) PopFirst() (v UpdateReadChannelDiscussionInbox, ok bool) {
		tl_update_slices_gen.go#L7391: func (s *UpdateReadChannelDiscussionInboxArray) Pop() (v UpdateReadChannelDiscussionInbox, ok bool) {