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

12 uses

	github.com/gotd/td/tg (current package)
		tl_messages_exported_chat_invite_slices_gen.go#L120: func (s MessagesExportedChatInviteClassArray) AsMessagesExportedChatInvite() (to MessagesExportedChatInviteArray) {
		tl_messages_exported_chat_invite_slices_gen.go#L146: type MessagesExportedChatInviteArray []MessagesExportedChatInvite
		tl_messages_exported_chat_invite_slices_gen.go#L149: func (s MessagesExportedChatInviteArray) Sort(less func(a, b MessagesExportedChatInvite) bool) MessagesExportedChatInviteArray {
		tl_messages_exported_chat_invite_slices_gen.go#L157: func (s MessagesExportedChatInviteArray) SortStable(less func(a, b MessagesExportedChatInvite) bool) MessagesExportedChatInviteArray {
		tl_messages_exported_chat_invite_slices_gen.go#L165: func (s MessagesExportedChatInviteArray) Retain(keep func(x MessagesExportedChatInvite) bool) MessagesExportedChatInviteArray {
		tl_messages_exported_chat_invite_slices_gen.go#L179: func (s MessagesExportedChatInviteArray) First() (v MessagesExportedChatInvite, ok bool) {
		tl_messages_exported_chat_invite_slices_gen.go#L187: func (s MessagesExportedChatInviteArray) Last() (v MessagesExportedChatInvite, ok bool) {
		tl_messages_exported_chat_invite_slices_gen.go#L195: func (s *MessagesExportedChatInviteArray) PopFirst() (v MessagesExportedChatInvite, ok bool) {
		tl_messages_exported_chat_invite_slices_gen.go#L214: func (s *MessagesExportedChatInviteArray) Pop() (v MessagesExportedChatInvite, ok bool) {