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

71 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L3976: 	Invite ExportedChatInviteClass
		tl_channel_admin_log_event_action_gen.go#L4026: 	GetInvite() (value ExportedChatInviteClass)
		tl_channel_admin_log_event_action_gen.go#L4154: func (c *ChannelAdminLogEventActionParticipantJoinByInvite) GetInvite() (value ExportedChatInviteClass) {
		tl_channel_admin_log_event_action_gen.go#L4167: 	Invite ExportedChatInviteClass
		tl_channel_admin_log_event_action_gen.go#L4210: 	GetInvite() (value ExportedChatInviteClass)
		tl_channel_admin_log_event_action_gen.go#L4296: func (c *ChannelAdminLogEventActionExportedInviteDelete) GetInvite() (value ExportedChatInviteClass) {
		tl_channel_admin_log_event_action_gen.go#L4309: 	Invite ExportedChatInviteClass
		tl_channel_admin_log_event_action_gen.go#L4352: 	GetInvite() (value ExportedChatInviteClass)
		tl_channel_admin_log_event_action_gen.go#L4438: func (c *ChannelAdminLogEventActionExportedInviteRevoke) GetInvite() (value ExportedChatInviteClass) {
		tl_channel_admin_log_event_action_gen.go#L4451: 	PrevInvite ExportedChatInviteClass
		tl_channel_admin_log_event_action_gen.go#L4453: 	NewInvite ExportedChatInviteClass
		tl_channel_admin_log_event_action_gen.go#L4499: 	GetPrevInvite() (value ExportedChatInviteClass)
		tl_channel_admin_log_event_action_gen.go#L4500: 	GetNewInvite() (value ExportedChatInviteClass)
		tl_channel_admin_log_event_action_gen.go#L4604: func (c *ChannelAdminLogEventActionExportedInviteEdit) GetPrevInvite() (value ExportedChatInviteClass) {
		tl_channel_admin_log_event_action_gen.go#L4612: func (c *ChannelAdminLogEventActionExportedInviteEdit) GetNewInvite() (value ExportedChatInviteClass) {
		tl_channel_admin_log_event_action_gen.go#L4927: 	Invite ExportedChatInviteClass
		tl_channel_admin_log_event_action_gen.go#L4975: 	GetInvite() (value ExportedChatInviteClass)
		tl_channel_admin_log_event_action_gen.go#L5075: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) GetInvite() (value ExportedChatInviteClass) {
		tl_chat_full_gen.go#L78: 	ExportedInvite ExportedChatInviteClass
		tl_chat_full_gen.go#L251: 	GetExportedInvite() (value ExportedChatInviteClass, ok bool)
		tl_chat_full_gen.go#L876: func (c *ChatFull) SetExportedInvite(value ExportedChatInviteClass) {
		tl_chat_full_gen.go#L883: func (c *ChatFull) GetExportedInvite() (value ExportedChatInviteClass, ok bool) {
		tl_chat_full_gen.go#L1250: 	ExportedInvite ExportedChatInviteClass
		tl_chat_full_gen.go#L1739: 	GetExportedInvite() (value ExportedChatInviteClass, ok bool)
		tl_chat_full_gen.go#L3633: func (c *ChannelFull) SetExportedInvite(value ExportedChatInviteClass) {
		tl_chat_full_gen.go#L3640: func (c *ChannelFull) GetExportedInvite() (value ExportedChatInviteClass, ok bool) {
		tl_chat_full_gen.go#L4289: 	GetExportedInvite() (value ExportedChatInviteClass, ok bool)
		tl_exported_chat_invite_gen.go#L104: func (c ChatInviteExported) construct() ExportedChatInviteClass { return &c }
		tl_exported_chat_invite_gen.go#L113: 	_ ExportedChatInviteClass = &ChatInviteExported{}
		tl_exported_chat_invite_gen.go#L758: func (c ChatInvitePublicJoinRequests) construct() ExportedChatInviteClass { return &c }
		tl_exported_chat_invite_gen.go#L767: 	_ ExportedChatInviteClass = &ChatInvitePublicJoinRequests{}
		tl_exported_chat_invite_gen.go#L871: type ExportedChatInviteClass interface {
		tl_exported_chat_invite_gen.go#L876: 	construct() ExportedChatInviteClass
		tl_exported_chat_invite_gen.go#L891: func DecodeExportedChatInvite(buf *bin.Buffer) (ExportedChatInviteClass, error) {
		tl_exported_chat_invite_gen.go#L918: 	ExportedChatInvite ExportedChatInviteClass
		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#L97: 	var zero ExportedChatInviteClass
		tl_exported_chat_invite_slices_gen.go#L106: func (s *ExportedChatInviteClassArray) Pop() (v ExportedChatInviteClass, ok bool) {
		tl_messages_export_chat_invite_gen.go#L479: func (c *Client) MessagesExportChatInvite(ctx context.Context, request *MessagesExportChatInviteRequest) (ExportedChatInviteClass, error) {
		tl_messages_exported_chat_invite_gen.go#L40: 	Invite ExportedChatInviteClass
		tl_messages_exported_chat_invite_gen.go#L86: 	GetInvite() (value ExportedChatInviteClass)
		tl_messages_exported_chat_invite_gen.go#L204: func (e *MessagesExportedChatInvite) GetInvite() (value ExportedChatInviteClass) {
		tl_messages_exported_chat_invite_gen.go#L230: 	Invite ExportedChatInviteClass
		tl_messages_exported_chat_invite_gen.go#L232: 	NewInvite ExportedChatInviteClass
		tl_messages_exported_chat_invite_gen.go#L281: 	GetInvite() (value ExportedChatInviteClass)
		tl_messages_exported_chat_invite_gen.go#L282: 	GetNewInvite() (value ExportedChatInviteClass)
		tl_messages_exported_chat_invite_gen.go#L418: func (e *MessagesExportedChatInviteReplaced) GetInvite() (value ExportedChatInviteClass) {
		tl_messages_exported_chat_invite_gen.go#L426: func (e *MessagesExportedChatInviteReplaced) GetNewInvite() (value ExportedChatInviteClass) {
		tl_messages_exported_chat_invite_gen.go#L487: 	GetInvite() (value ExportedChatInviteClass)
		tl_messages_exported_chat_invites_gen.go#L42: 	Invites []ExportedChatInviteClass
		tl_messages_exported_chat_invites_gen.go#L87: 	GetInvites() (value []ExportedChatInviteClass)
		tl_messages_exported_chat_invites_gen.go#L200: 			e.Invites = make([]ExportedChatInviteClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_exported_chat_invites_gen.go#L239: func (e *MessagesExportedChatInvites) GetInvites() (value []ExportedChatInviteClass) {
		tl_server_gen.go#L4230: func (s *ServerDispatcher) OnMessagesExportChatInvite(f func(ctx context.Context, request *MessagesExportChatInviteRequest) (ExportedChatInviteClass, error)) {
		tl_update_gen.go#L18597: 	Invite ExportedChatInviteClass
		tl_update_gen.go#L18673: 	GetInvite() (value ExportedChatInviteClass, ok bool)
		tl_update_gen.go#L18969: func (u *UpdateChatParticipant) SetInvite(value ExportedChatInviteClass) {
		tl_update_gen.go#L18976: func (u *UpdateChatParticipant) GetInvite() (value ExportedChatInviteClass, ok bool) {
		tl_update_gen.go#L19035: 	Invite ExportedChatInviteClass
		tl_update_gen.go#L19115: 	GetInvite() (value ExportedChatInviteClass, ok bool)
		tl_update_gen.go#L19440: func (u *UpdateChannelParticipant) SetInvite(value ExportedChatInviteClass) {
		tl_update_gen.go#L19447: func (u *UpdateChannelParticipant) GetInvite() (value ExportedChatInviteClass, ok bool) {
		tl_update_gen.go#L20326: 	Invite ExportedChatInviteClass
		tl_update_gen.go#L20401: 	GetInvite() (value ExportedChatInviteClass)
		tl_update_gen.go#L20626: func (u *UpdateBotChatInviteRequester) GetInvite() (value ExportedChatInviteClass) {