type github.com/gotd/td/tg.InputGroupCallInviteMessageArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_group_call_slices_gen.go#L146: func (s InputGroupCallClassArray) AsInputGroupCallInviteMessage() (to InputGroupCallInviteMessageArray) {
tl_input_group_call_slices_gen.go#L351: type InputGroupCallInviteMessageArray []InputGroupCallInviteMessage
tl_input_group_call_slices_gen.go#L354: func (s InputGroupCallInviteMessageArray) Sort(less func(a, b InputGroupCallInviteMessage) bool) InputGroupCallInviteMessageArray {
tl_input_group_call_slices_gen.go#L362: func (s InputGroupCallInviteMessageArray) SortStable(less func(a, b InputGroupCallInviteMessage) bool) InputGroupCallInviteMessageArray {
tl_input_group_call_slices_gen.go#L370: func (s InputGroupCallInviteMessageArray) Retain(keep func(x InputGroupCallInviteMessage) bool) InputGroupCallInviteMessageArray {
tl_input_group_call_slices_gen.go#L384: func (s InputGroupCallInviteMessageArray) First() (v InputGroupCallInviteMessage, ok bool) {
tl_input_group_call_slices_gen.go#L392: func (s InputGroupCallInviteMessageArray) Last() (v InputGroupCallInviteMessage, ok bool) {
tl_input_group_call_slices_gen.go#L400: func (s *InputGroupCallInviteMessageArray) PopFirst() (v InputGroupCallInviteMessage, ok bool) {
tl_input_group_call_slices_gen.go#L419: func (s *InputGroupCallInviteMessageArray) Pop() (v InputGroupCallInviteMessage, 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. |