type github.com/gotd/td/tg.ChatInviteExportedArray
16 uses
github.com/gotd/td/tg (current package)
tl_exported_chat_invite_slices_gen.go#L120: func (s ExportedChatInviteClassArray) AsChatInviteExported() (to ChatInviteExportedArray) {
tl_exported_chat_invite_slices_gen.go#L133: type ChatInviteExportedArray []ChatInviteExported
tl_exported_chat_invite_slices_gen.go#L136: func (s ChatInviteExportedArray) Sort(less func(a, b ChatInviteExported) bool) ChatInviteExportedArray {
tl_exported_chat_invite_slices_gen.go#L144: func (s ChatInviteExportedArray) SortStable(less func(a, b ChatInviteExported) bool) ChatInviteExportedArray {
tl_exported_chat_invite_slices_gen.go#L152: func (s ChatInviteExportedArray) Retain(keep func(x ChatInviteExported) bool) ChatInviteExportedArray {
tl_exported_chat_invite_slices_gen.go#L166: func (s ChatInviteExportedArray) First() (v ChatInviteExported, ok bool) {
tl_exported_chat_invite_slices_gen.go#L174: func (s ChatInviteExportedArray) Last() (v ChatInviteExported, ok bool) {
tl_exported_chat_invite_slices_gen.go#L182: func (s *ChatInviteExportedArray) PopFirst() (v ChatInviteExported, ok bool) {
tl_exported_chat_invite_slices_gen.go#L201: func (s *ChatInviteExportedArray) Pop() (v ChatInviteExported, ok bool) {
tl_exported_chat_invite_slices_gen.go#L215: func (s ChatInviteExportedArray) SortByDate() ChatInviteExportedArray {
tl_exported_chat_invite_slices_gen.go#L222: func (s ChatInviteExportedArray) SortStableByDate() ChatInviteExportedArray {
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. |