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#L2471: type MessageActionInviteToGroupCallArray []MessageActionInviteToGroupCall
tl_message_action_slices_gen.go#L2474: func (s MessageActionInviteToGroupCallArray) Sort(less func(a, b MessageActionInviteToGroupCall) bool) MessageActionInviteToGroupCallArray {
tl_message_action_slices_gen.go#L2482: func (s MessageActionInviteToGroupCallArray) SortStable(less func(a, b MessageActionInviteToGroupCall) bool) MessageActionInviteToGroupCallArray {
tl_message_action_slices_gen.go#L2490: func (s MessageActionInviteToGroupCallArray) Retain(keep func(x MessageActionInviteToGroupCall) bool) MessageActionInviteToGroupCallArray {
tl_message_action_slices_gen.go#L2504: func (s MessageActionInviteToGroupCallArray) First() (v MessageActionInviteToGroupCall, ok bool) {
tl_message_action_slices_gen.go#L2512: func (s MessageActionInviteToGroupCallArray) Last() (v MessageActionInviteToGroupCall, ok bool) {
tl_message_action_slices_gen.go#L2520: func (s *MessageActionInviteToGroupCallArray) PopFirst() (v MessageActionInviteToGroupCall, ok bool) {
tl_message_action_slices_gen.go#L2539: 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. |