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#L2107: type MessageActionInviteToGroupCallArray []MessageActionInviteToGroupCall
tl_message_action_slices_gen.go#L2110: func (s MessageActionInviteToGroupCallArray) Sort(less func(a, b MessageActionInviteToGroupCall) bool) MessageActionInviteToGroupCallArray {
tl_message_action_slices_gen.go#L2118: func (s MessageActionInviteToGroupCallArray) SortStable(less func(a, b MessageActionInviteToGroupCall) bool) MessageActionInviteToGroupCallArray {
tl_message_action_slices_gen.go#L2126: func (s MessageActionInviteToGroupCallArray) Retain(keep func(x MessageActionInviteToGroupCall) bool) MessageActionInviteToGroupCallArray {
tl_message_action_slices_gen.go#L2140: func (s MessageActionInviteToGroupCallArray) First() (v MessageActionInviteToGroupCall, ok bool) {
tl_message_action_slices_gen.go#L2148: func (s MessageActionInviteToGroupCallArray) Last() (v MessageActionInviteToGroupCall, ok bool) {
tl_message_action_slices_gen.go#L2156: func (s *MessageActionInviteToGroupCallArray) PopFirst() (v MessageActionInviteToGroupCall, ok bool) {
tl_message_action_slices_gen.go#L2175: func (s *MessageActionInviteToGroupCallArray) Pop() (v MessageActionInviteToGroupCall, 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. |