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 {