type github.com/gotd/td/tg.ExportedChatInviteClassArray

14 uses

	github.com/gotd/td/tg (current package)
		tl_exported_chat_invite_slices_gen.go#L38: type ExportedChatInviteClassArray []ExportedChatInviteClass
		tl_exported_chat_invite_slices_gen.go#L41: func (s ExportedChatInviteClassArray) Sort(less func(a, b ExportedChatInviteClass) bool) ExportedChatInviteClassArray {
		tl_exported_chat_invite_slices_gen.go#L49: func (s ExportedChatInviteClassArray) SortStable(less func(a, b ExportedChatInviteClass) bool) ExportedChatInviteClassArray {
		tl_exported_chat_invite_slices_gen.go#L57: func (s ExportedChatInviteClassArray) Retain(keep func(x ExportedChatInviteClass) bool) ExportedChatInviteClassArray {
		tl_exported_chat_invite_slices_gen.go#L71: func (s ExportedChatInviteClassArray) First() (v ExportedChatInviteClass, ok bool) {
		tl_exported_chat_invite_slices_gen.go#L79: func (s ExportedChatInviteClassArray) Last() (v ExportedChatInviteClass, ok bool) {
		tl_exported_chat_invite_slices_gen.go#L87: func (s *ExportedChatInviteClassArray) PopFirst() (v ExportedChatInviteClass, ok bool) {
		tl_exported_chat_invite_slices_gen.go#L106: func (s *ExportedChatInviteClassArray) Pop() (v ExportedChatInviteClass, ok bool) {
		tl_exported_chat_invite_slices_gen.go#L120: func (s ExportedChatInviteClassArray) AsChatInviteExported() (to ChatInviteExportedArray) {
		tl_messages_exported_chat_invites_gen.go#L255: func (e *MessagesExportedChatInvites) MapInvites() (value ExportedChatInviteClassArray) {
		tl_messages_exported_chat_invites_gen.go#L256: 	return ExportedChatInviteClassArray(e.Invites)