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

12 uses

	github.com/gotd/td/tg (current package)
		tl_media_area_slices_gen.go#L185: func (s MediaAreaClassArray) AsInputMediaAreaChannelPost() (to InputMediaAreaChannelPostArray) {
		tl_media_area_slices_gen.go#L608: type InputMediaAreaChannelPostArray []InputMediaAreaChannelPost
		tl_media_area_slices_gen.go#L611: func (s InputMediaAreaChannelPostArray) Sort(less func(a, b InputMediaAreaChannelPost) bool) InputMediaAreaChannelPostArray {
		tl_media_area_slices_gen.go#L619: func (s InputMediaAreaChannelPostArray) SortStable(less func(a, b InputMediaAreaChannelPost) bool) InputMediaAreaChannelPostArray {
		tl_media_area_slices_gen.go#L627: func (s InputMediaAreaChannelPostArray) Retain(keep func(x InputMediaAreaChannelPost) bool) InputMediaAreaChannelPostArray {
		tl_media_area_slices_gen.go#L641: func (s InputMediaAreaChannelPostArray) First() (v InputMediaAreaChannelPost, ok bool) {
		tl_media_area_slices_gen.go#L649: func (s InputMediaAreaChannelPostArray) Last() (v InputMediaAreaChannelPost, ok bool) {
		tl_media_area_slices_gen.go#L657: func (s *InputMediaAreaChannelPostArray) PopFirst() (v InputMediaAreaChannelPost, ok bool) {
		tl_media_area_slices_gen.go#L676: func (s *InputMediaAreaChannelPostArray) Pop() (v InputMediaAreaChannelPost, ok bool) {