type github.com/gotd/td/tg.RecentMeURLChatInviteArray
12 uses
github.com/gotd/td/tg (current package)
tl_recent_me_url_slices_gen.go#L159: func (s RecentMeURLClassArray) AsRecentMeURLChatInvite() (to RecentMeURLChatInviteArray) {
tl_recent_me_url_slices_gen.go#L431: type RecentMeURLChatInviteArray []RecentMeURLChatInvite
tl_recent_me_url_slices_gen.go#L434: func (s RecentMeURLChatInviteArray) Sort(less func(a, b RecentMeURLChatInvite) bool) RecentMeURLChatInviteArray {
tl_recent_me_url_slices_gen.go#L442: func (s RecentMeURLChatInviteArray) SortStable(less func(a, b RecentMeURLChatInvite) bool) RecentMeURLChatInviteArray {
tl_recent_me_url_slices_gen.go#L450: func (s RecentMeURLChatInviteArray) Retain(keep func(x RecentMeURLChatInvite) bool) RecentMeURLChatInviteArray {
tl_recent_me_url_slices_gen.go#L464: func (s RecentMeURLChatInviteArray) First() (v RecentMeURLChatInvite, ok bool) {
tl_recent_me_url_slices_gen.go#L472: func (s RecentMeURLChatInviteArray) Last() (v RecentMeURLChatInvite, ok bool) {
tl_recent_me_url_slices_gen.go#L480: func (s *RecentMeURLChatInviteArray) PopFirst() (v RecentMeURLChatInvite, ok bool) {
tl_recent_me_url_slices_gen.go#L499: func (s *RecentMeURLChatInviteArray) Pop() (v RecentMeURLChatInvite, 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. |