type github.com/gotd/td/tg.ChannelAdminLogEventActionEditMessageArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L211: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionEditMessage() (to ChannelAdminLogEventActionEditMessageArray) {
tl_channel_admin_log_event_action_slices_gen.go#L1279: type ChannelAdminLogEventActionEditMessageArray []ChannelAdminLogEventActionEditMessage
tl_channel_admin_log_event_action_slices_gen.go#L1282: func (s ChannelAdminLogEventActionEditMessageArray) Sort(less func(a, b ChannelAdminLogEventActionEditMessage) bool) ChannelAdminLogEventActionEditMessageArray {
tl_channel_admin_log_event_action_slices_gen.go#L1290: func (s ChannelAdminLogEventActionEditMessageArray) SortStable(less func(a, b ChannelAdminLogEventActionEditMessage) bool) ChannelAdminLogEventActionEditMessageArray {
tl_channel_admin_log_event_action_slices_gen.go#L1298: func (s ChannelAdminLogEventActionEditMessageArray) Retain(keep func(x ChannelAdminLogEventActionEditMessage) bool) ChannelAdminLogEventActionEditMessageArray {
tl_channel_admin_log_event_action_slices_gen.go#L1312: func (s ChannelAdminLogEventActionEditMessageArray) First() (v ChannelAdminLogEventActionEditMessage, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1320: func (s ChannelAdminLogEventActionEditMessageArray) Last() (v ChannelAdminLogEventActionEditMessage, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1328: func (s *ChannelAdminLogEventActionEditMessageArray) PopFirst() (v ChannelAdminLogEventActionEditMessage, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1347: func (s *ChannelAdminLogEventActionEditMessageArray) Pop() (v ChannelAdminLogEventActionEditMessage, 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. |