type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeAvailableReactionsArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L549: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangeAvailableReactions() (to ChannelAdminLogEventActionChangeAvailableReactionsArray) {
tl_channel_admin_log_event_action_slices_gen.go#L3411: type ChannelAdminLogEventActionChangeAvailableReactionsArray []ChannelAdminLogEventActionChangeAvailableReactions
tl_channel_admin_log_event_action_slices_gen.go#L3414: func (s ChannelAdminLogEventActionChangeAvailableReactionsArray) Sort(less func(a, b ChannelAdminLogEventActionChangeAvailableReactions) bool) ChannelAdminLogEventActionChangeAvailableReactionsArray {
tl_channel_admin_log_event_action_slices_gen.go#L3422: func (s ChannelAdminLogEventActionChangeAvailableReactionsArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeAvailableReactions) bool) ChannelAdminLogEventActionChangeAvailableReactionsArray {
tl_channel_admin_log_event_action_slices_gen.go#L3430: func (s ChannelAdminLogEventActionChangeAvailableReactionsArray) Retain(keep func(x ChannelAdminLogEventActionChangeAvailableReactions) bool) ChannelAdminLogEventActionChangeAvailableReactionsArray {
tl_channel_admin_log_event_action_slices_gen.go#L3444: func (s ChannelAdminLogEventActionChangeAvailableReactionsArray) First() (v ChannelAdminLogEventActionChangeAvailableReactions, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3452: func (s ChannelAdminLogEventActionChangeAvailableReactionsArray) Last() (v ChannelAdminLogEventActionChangeAvailableReactions, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3460: func (s *ChannelAdminLogEventActionChangeAvailableReactionsArray) PopFirst() (v ChannelAdminLogEventActionChangeAvailableReactions, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3479: func (s *ChannelAdminLogEventActionChangeAvailableReactionsArray) Pop() (v ChannelAdminLogEventActionChangeAvailableReactions, 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. |