type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeLocationArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L341: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangeLocation() (to ChannelAdminLogEventActionChangeLocationArray) {
tl_channel_admin_log_event_action_slices_gen.go#L2099: type ChannelAdminLogEventActionChangeLocationArray []ChannelAdminLogEventActionChangeLocation
tl_channel_admin_log_event_action_slices_gen.go#L2102: func (s ChannelAdminLogEventActionChangeLocationArray) Sort(less func(a, b ChannelAdminLogEventActionChangeLocation) bool) ChannelAdminLogEventActionChangeLocationArray {
tl_channel_admin_log_event_action_slices_gen.go#L2110: func (s ChannelAdminLogEventActionChangeLocationArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeLocation) bool) ChannelAdminLogEventActionChangeLocationArray {
tl_channel_admin_log_event_action_slices_gen.go#L2118: func (s ChannelAdminLogEventActionChangeLocationArray) Retain(keep func(x ChannelAdminLogEventActionChangeLocation) bool) ChannelAdminLogEventActionChangeLocationArray {
tl_channel_admin_log_event_action_slices_gen.go#L2132: func (s ChannelAdminLogEventActionChangeLocationArray) First() (v ChannelAdminLogEventActionChangeLocation, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2140: func (s ChannelAdminLogEventActionChangeLocationArray) Last() (v ChannelAdminLogEventActionChangeLocation, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2148: func (s *ChannelAdminLogEventActionChangeLocationArray) PopFirst() (v ChannelAdminLogEventActionChangeLocation, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2167: func (s *ChannelAdminLogEventActionChangeLocationArray) Pop() (v ChannelAdminLogEventActionChangeLocation, 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. |