type github.com/gotd/td/tg.ChatlistsChatlistInviteArray
12 uses
github.com/gotd/td/tg (current package)
tl_chatlists_chatlist_invite_slices_gen.go#L133: func (s ChatlistsChatlistInviteClassArray) AsChatlistsChatlistInvite() (to ChatlistsChatlistInviteArray) {
tl_chatlists_chatlist_invite_slices_gen.go#L228: type ChatlistsChatlistInviteArray []ChatlistsChatlistInvite
tl_chatlists_chatlist_invite_slices_gen.go#L231: func (s ChatlistsChatlistInviteArray) Sort(less func(a, b ChatlistsChatlistInvite) bool) ChatlistsChatlistInviteArray {
tl_chatlists_chatlist_invite_slices_gen.go#L239: func (s ChatlistsChatlistInviteArray) SortStable(less func(a, b ChatlistsChatlistInvite) bool) ChatlistsChatlistInviteArray {
tl_chatlists_chatlist_invite_slices_gen.go#L247: func (s ChatlistsChatlistInviteArray) Retain(keep func(x ChatlistsChatlistInvite) bool) ChatlistsChatlistInviteArray {
tl_chatlists_chatlist_invite_slices_gen.go#L261: func (s ChatlistsChatlistInviteArray) First() (v ChatlistsChatlistInvite, ok bool) {
tl_chatlists_chatlist_invite_slices_gen.go#L269: func (s ChatlistsChatlistInviteArray) Last() (v ChatlistsChatlistInvite, ok bool) {
tl_chatlists_chatlist_invite_slices_gen.go#L277: func (s *ChatlistsChatlistInviteArray) PopFirst() (v ChatlistsChatlistInvite, ok bool) {
tl_chatlists_chatlist_invite_slices_gen.go#L296: func (s *ChatlistsChatlistInviteArray) Pop() (v ChatlistsChatlistInvite, 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. |