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

13 uses

	github.com/gotd/td/tg (current package)
		tl_messages_exported_chat_invite_slices_gen.go#L38: type MessagesExportedChatInviteClassArray []MessagesExportedChatInviteClass
		tl_messages_exported_chat_invite_slices_gen.go#L41: func (s MessagesExportedChatInviteClassArray) Sort(less func(a, b MessagesExportedChatInviteClass) bool) MessagesExportedChatInviteClassArray {
		tl_messages_exported_chat_invite_slices_gen.go#L49: func (s MessagesExportedChatInviteClassArray) SortStable(less func(a, b MessagesExportedChatInviteClass) bool) MessagesExportedChatInviteClassArray {
		tl_messages_exported_chat_invite_slices_gen.go#L57: func (s MessagesExportedChatInviteClassArray) Retain(keep func(x MessagesExportedChatInviteClass) bool) MessagesExportedChatInviteClassArray {
		tl_messages_exported_chat_invite_slices_gen.go#L71: func (s MessagesExportedChatInviteClassArray) First() (v MessagesExportedChatInviteClass, ok bool) {
		tl_messages_exported_chat_invite_slices_gen.go#L79: func (s MessagesExportedChatInviteClassArray) Last() (v MessagesExportedChatInviteClass, ok bool) {
		tl_messages_exported_chat_invite_slices_gen.go#L87: func (s *MessagesExportedChatInviteClassArray) PopFirst() (v MessagesExportedChatInviteClass, ok bool) {
		tl_messages_exported_chat_invite_slices_gen.go#L106: func (s *MessagesExportedChatInviteClassArray) Pop() (v MessagesExportedChatInviteClass, ok bool) {
		tl_messages_exported_chat_invite_slices_gen.go#L120: func (s MessagesExportedChatInviteClassArray) AsMessagesExportedChatInvite() (to MessagesExportedChatInviteArray) {
		tl_messages_exported_chat_invite_slices_gen.go#L133: func (s MessagesExportedChatInviteClassArray) AsMessagesExportedChatInviteReplaced() (to MessagesExportedChatInviteReplacedArray) {