type github.com/gotd/td/tg.MessageActionInviteToGroupCallArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_action_slices_gen.go#L367: func (s MessageActionClassArray) AsMessageActionInviteToGroupCall() (to MessageActionInviteToGroupCallArray) {
tl_message_action_slices_gen.go#L2458: type MessageActionInviteToGroupCallArray []MessageActionInviteToGroupCall
tl_message_action_slices_gen.go#L2461: func (s MessageActionInviteToGroupCallArray) Sort(less func(a, b MessageActionInviteToGroupCall) bool) MessageActionInviteToGroupCallArray {
tl_message_action_slices_gen.go#L2469: func (s MessageActionInviteToGroupCallArray) SortStable(less func(a, b MessageActionInviteToGroupCall) bool) MessageActionInviteToGroupCallArray {
tl_message_action_slices_gen.go#L2477: func (s MessageActionInviteToGroupCallArray) Retain(keep func(x MessageActionInviteToGroupCall) bool) MessageActionInviteToGroupCallArray {
tl_message_action_slices_gen.go#L2491: func (s MessageActionInviteToGroupCallArray) First() (v MessageActionInviteToGroupCall, ok bool) {
tl_message_action_slices_gen.go#L2499: func (s MessageActionInviteToGroupCallArray) Last() (v MessageActionInviteToGroupCall, ok bool) {
tl_message_action_slices_gen.go#L2507: func (s *MessageActionInviteToGroupCallArray) PopFirst() (v MessageActionInviteToGroupCall, ok bool) {
tl_message_action_slices_gen.go#L2526: func (s *MessageActionInviteToGroupCallArray) Pop() (v MessageActionInviteToGroupCall, 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. |