type github.com/gotd/td/tg.ChatInviteAlreadyArray
12 uses
github.com/gotd/td/tg (current package)
tl_chat_invite_slices_gen.go#L120: func (s ChatInviteClassArray) AsChatInviteAlready() (to ChatInviteAlreadyArray) {
tl_chat_invite_slices_gen.go#L159: type ChatInviteAlreadyArray []ChatInviteAlready
tl_chat_invite_slices_gen.go#L162: func (s ChatInviteAlreadyArray) Sort(less func(a, b ChatInviteAlready) bool) ChatInviteAlreadyArray {
tl_chat_invite_slices_gen.go#L170: func (s ChatInviteAlreadyArray) SortStable(less func(a, b ChatInviteAlready) bool) ChatInviteAlreadyArray {
tl_chat_invite_slices_gen.go#L178: func (s ChatInviteAlreadyArray) Retain(keep func(x ChatInviteAlready) bool) ChatInviteAlreadyArray {
tl_chat_invite_slices_gen.go#L192: func (s ChatInviteAlreadyArray) First() (v ChatInviteAlready, ok bool) {
tl_chat_invite_slices_gen.go#L200: func (s ChatInviteAlreadyArray) Last() (v ChatInviteAlready, ok bool) {
tl_chat_invite_slices_gen.go#L208: func (s *ChatInviteAlreadyArray) PopFirst() (v ChatInviteAlready, ok bool) {
tl_chat_invite_slices_gen.go#L227: func (s *ChatInviteAlreadyArray) Pop() (v ChatInviteAlready, 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. |