type github.com/gotd/td/tg.ChannelAdminLogEventActionSendMessageArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L536: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionSendMessage() (to ChannelAdminLogEventActionSendMessageArray) {
tl_channel_admin_log_event_action_slices_gen.go#L3329: type ChannelAdminLogEventActionSendMessageArray []ChannelAdminLogEventActionSendMessage
tl_channel_admin_log_event_action_slices_gen.go#L3332: func (s ChannelAdminLogEventActionSendMessageArray) Sort(less func(a, b ChannelAdminLogEventActionSendMessage) bool) ChannelAdminLogEventActionSendMessageArray {
tl_channel_admin_log_event_action_slices_gen.go#L3340: func (s ChannelAdminLogEventActionSendMessageArray) SortStable(less func(a, b ChannelAdminLogEventActionSendMessage) bool) ChannelAdminLogEventActionSendMessageArray {
tl_channel_admin_log_event_action_slices_gen.go#L3348: func (s ChannelAdminLogEventActionSendMessageArray) Retain(keep func(x ChannelAdminLogEventActionSendMessage) bool) ChannelAdminLogEventActionSendMessageArray {
tl_channel_admin_log_event_action_slices_gen.go#L3362: func (s ChannelAdminLogEventActionSendMessageArray) First() (v ChannelAdminLogEventActionSendMessage, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3370: func (s ChannelAdminLogEventActionSendMessageArray) Last() (v ChannelAdminLogEventActionSendMessage, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3378: func (s *ChannelAdminLogEventActionSendMessageArray) PopFirst() (v ChannelAdminLogEventActionSendMessage, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3397: func (s *ChannelAdminLogEventActionSendMessageArray) Pop() (v ChannelAdminLogEventActionSendMessage, 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. |