type github.com/gotd/td/tg.ChannelAdminLogEventActionUpdatePinnedArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L198: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionUpdatePinned() (to ChannelAdminLogEventActionUpdatePinnedArray) {
tl_channel_admin_log_event_action_slices_gen.go#L1197: type ChannelAdminLogEventActionUpdatePinnedArray []ChannelAdminLogEventActionUpdatePinned
tl_channel_admin_log_event_action_slices_gen.go#L1200: func (s ChannelAdminLogEventActionUpdatePinnedArray) Sort(less func(a, b ChannelAdminLogEventActionUpdatePinned) bool) ChannelAdminLogEventActionUpdatePinnedArray {
tl_channel_admin_log_event_action_slices_gen.go#L1208: func (s ChannelAdminLogEventActionUpdatePinnedArray) SortStable(less func(a, b ChannelAdminLogEventActionUpdatePinned) bool) ChannelAdminLogEventActionUpdatePinnedArray {
tl_channel_admin_log_event_action_slices_gen.go#L1216: func (s ChannelAdminLogEventActionUpdatePinnedArray) Retain(keep func(x ChannelAdminLogEventActionUpdatePinned) bool) ChannelAdminLogEventActionUpdatePinnedArray {
tl_channel_admin_log_event_action_slices_gen.go#L1230: func (s ChannelAdminLogEventActionUpdatePinnedArray) First() (v ChannelAdminLogEventActionUpdatePinned, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1238: func (s ChannelAdminLogEventActionUpdatePinnedArray) Last() (v ChannelAdminLogEventActionUpdatePinned, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1246: func (s *ChannelAdminLogEventActionUpdatePinnedArray) PopFirst() (v ChannelAdminLogEventActionUpdatePinned, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1265: func (s *ChannelAdminLogEventActionUpdatePinnedArray) Pop() (v ChannelAdminLogEventActionUpdatePinned, 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. |