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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |