type github.com/gotd/td/tg.ChatlistsChatlistInviteAlreadyArray
12 uses
github.com/gotd/td/tg (current package)
tl_chatlists_chatlist_invite_slices_gen.go#L120: func (s ChatlistsChatlistInviteClassArray) AsChatlistsChatlistInviteAlready() (to ChatlistsChatlistInviteAlreadyArray) {
tl_chatlists_chatlist_invite_slices_gen.go#L146: type ChatlistsChatlistInviteAlreadyArray []ChatlistsChatlistInviteAlready
tl_chatlists_chatlist_invite_slices_gen.go#L149: func (s ChatlistsChatlistInviteAlreadyArray) Sort(less func(a, b ChatlistsChatlistInviteAlready) bool) ChatlistsChatlistInviteAlreadyArray {
tl_chatlists_chatlist_invite_slices_gen.go#L157: func (s ChatlistsChatlistInviteAlreadyArray) SortStable(less func(a, b ChatlistsChatlistInviteAlready) bool) ChatlistsChatlistInviteAlreadyArray {
tl_chatlists_chatlist_invite_slices_gen.go#L165: func (s ChatlistsChatlistInviteAlreadyArray) Retain(keep func(x ChatlistsChatlistInviteAlready) bool) ChatlistsChatlistInviteAlreadyArray {
tl_chatlists_chatlist_invite_slices_gen.go#L179: func (s ChatlistsChatlistInviteAlreadyArray) First() (v ChatlistsChatlistInviteAlready, ok bool) {
tl_chatlists_chatlist_invite_slices_gen.go#L187: func (s ChatlistsChatlistInviteAlreadyArray) Last() (v ChatlistsChatlistInviteAlready, ok bool) {
tl_chatlists_chatlist_invite_slices_gen.go#L195: func (s *ChatlistsChatlistInviteAlreadyArray) PopFirst() (v ChatlistsChatlistInviteAlready, ok bool) {
tl_chatlists_chatlist_invite_slices_gen.go#L214: func (s *ChatlistsChatlistInviteAlreadyArray) Pop() (v ChatlistsChatlistInviteAlready, 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. |