type github.com/gotd/td/tg.ChannelAdminLogEventActionChangePhotoArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L159: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangePhoto() (to ChannelAdminLogEventActionChangePhotoArray) {
tl_channel_admin_log_event_action_slices_gen.go#L951: type ChannelAdminLogEventActionChangePhotoArray []ChannelAdminLogEventActionChangePhoto
tl_channel_admin_log_event_action_slices_gen.go#L954: func (s ChannelAdminLogEventActionChangePhotoArray) Sort(less func(a, b ChannelAdminLogEventActionChangePhoto) bool) ChannelAdminLogEventActionChangePhotoArray {
tl_channel_admin_log_event_action_slices_gen.go#L962: func (s ChannelAdminLogEventActionChangePhotoArray) SortStable(less func(a, b ChannelAdminLogEventActionChangePhoto) bool) ChannelAdminLogEventActionChangePhotoArray {
tl_channel_admin_log_event_action_slices_gen.go#L970: func (s ChannelAdminLogEventActionChangePhotoArray) Retain(keep func(x ChannelAdminLogEventActionChangePhoto) bool) ChannelAdminLogEventActionChangePhotoArray {
tl_channel_admin_log_event_action_slices_gen.go#L984: func (s ChannelAdminLogEventActionChangePhotoArray) First() (v ChannelAdminLogEventActionChangePhoto, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L992: func (s ChannelAdminLogEventActionChangePhotoArray) Last() (v ChannelAdminLogEventActionChangePhoto, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1000: func (s *ChannelAdminLogEventActionChangePhotoArray) PopFirst() (v ChannelAdminLogEventActionChangePhoto, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1019: func (s *ChannelAdminLogEventActionChangePhotoArray) Pop() (v ChannelAdminLogEventActionChangePhoto, 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. |