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#L1615: type MessageActionCustomActionArray []MessageActionCustomAction
tl_message_action_slices_gen.go#L1618: func (s MessageActionCustomActionArray) Sort(less func(a, b MessageActionCustomAction) bool) MessageActionCustomActionArray {
tl_message_action_slices_gen.go#L1626: func (s MessageActionCustomActionArray) SortStable(less func(a, b MessageActionCustomAction) bool) MessageActionCustomActionArray {
tl_message_action_slices_gen.go#L1634: func (s MessageActionCustomActionArray) Retain(keep func(x MessageActionCustomAction) bool) MessageActionCustomActionArray {
tl_message_action_slices_gen.go#L1648: func (s MessageActionCustomActionArray) First() (v MessageActionCustomAction, ok bool) {
tl_message_action_slices_gen.go#L1656: func (s MessageActionCustomActionArray) Last() (v MessageActionCustomAction, ok bool) {
tl_message_action_slices_gen.go#L1664: func (s *MessageActionCustomActionArray) PopFirst() (v MessageActionCustomAction, ok bool) {
tl_message_action_slices_gen.go#L1683: func (s *MessageActionCustomActionArray) Pop() (v MessageActionCustomAction, 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. |