type github.com/gotd/td/tg.MessageActionCustomActionArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_action_slices_gen.go#L289: func (s MessageActionClassArray) AsMessageActionCustomAction() (to MessageActionCustomActionArray) {
tl_message_action_slices_gen.go#L1966: type MessageActionCustomActionArray []MessageActionCustomAction
tl_message_action_slices_gen.go#L1969: func (s MessageActionCustomActionArray) Sort(less func(a, b MessageActionCustomAction) bool) MessageActionCustomActionArray {
tl_message_action_slices_gen.go#L1977: func (s MessageActionCustomActionArray) SortStable(less func(a, b MessageActionCustomAction) bool) MessageActionCustomActionArray {
tl_message_action_slices_gen.go#L1985: func (s MessageActionCustomActionArray) Retain(keep func(x MessageActionCustomAction) bool) MessageActionCustomActionArray {
tl_message_action_slices_gen.go#L1999: func (s MessageActionCustomActionArray) First() (v MessageActionCustomAction, ok bool) {
tl_message_action_slices_gen.go#L2007: func (s MessageActionCustomActionArray) Last() (v MessageActionCustomAction, ok bool) {
tl_message_action_slices_gen.go#L2015: func (s *MessageActionCustomActionArray) PopFirst() (v MessageActionCustomAction, ok bool) {
tl_message_action_slices_gen.go#L2034: func (s *MessageActionCustomActionArray) Pop() (v MessageActionCustomAction, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |