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

71 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L3966: 	Invite ExportedChatInviteClass
		tl_channel_admin_log_event_action_gen.go#L4016: 	GetInvite() (value ExportedChatInviteClass)
		tl_channel_admin_log_event_action_gen.go#L4144: func (c *ChannelAdminLogEventActionParticipantJoinByInvite) GetInvite() (value ExportedChatInviteClass) {
		tl_channel_admin_log_event_action_gen.go#L4157: 	Invite ExportedChatInviteClass
		tl_channel_admin_log_event_action_gen.go#L4200: 	GetInvite() (value ExportedChatInviteClass)
		tl_channel_admin_log_event_action_gen.go#L4286: func (c *ChannelAdminLogEventActionExportedInviteDelete) GetInvite() (value ExportedChatInviteClass) {
		tl_channel_admin_log_event_action_gen.go#L4299: 	Invite ExportedChatInviteClass
		tl_channel_admin_log_event_action_gen.go#L4342: 	GetInvite() (value ExportedChatInviteClass)
		tl_channel_admin_log_event_action_gen.go#L4428: func (c *ChannelAdminLogEventActionExportedInviteRevoke) GetInvite() (value ExportedChatInviteClass) {
		tl_channel_admin_log_event_action_gen.go#L4441: 	PrevInvite ExportedChatInviteClass
		tl_channel_admin_log_event_action_gen.go#L4443: 	NewInvite ExportedChatInviteClass
		tl_channel_admin_log_event_action_gen.go#L4489: 	GetPrevInvite() (value ExportedChatInviteClass)
		tl_channel_admin_log_event_action_gen.go#L4490: 	GetNewInvite() (value ExportedChatInviteClass)
		tl_channel_admin_log_event_action_gen.go#L4594: func (c *ChannelAdminLogEventActionExportedInviteEdit) GetPrevInvite() (value ExportedChatInviteClass) {
		tl_channel_admin_log_event_action_gen.go#L4602: func (c *ChannelAdminLogEventActionExportedInviteEdit) GetNewInvite() (value ExportedChatInviteClass) {
		tl_channel_admin_log_event_action_gen.go#L4917: 	Invite ExportedChatInviteClass
		tl_channel_admin_log_event_action_gen.go#L4965: 	GetInvite() (value ExportedChatInviteClass)
		tl_channel_admin_log_event_action_gen.go#L5065: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) GetInvite() (value ExportedChatInviteClass) {
		tl_chat_full_gen.go#L74: 	ExportedInvite ExportedChatInviteClass
		tl_chat_full_gen.go#L236: 	GetExportedInvite() (value ExportedChatInviteClass, ok bool)
		tl_chat_full_gen.go#L833: func (c *ChatFull) SetExportedInvite(value ExportedChatInviteClass) {
		tl_chat_full_gen.go#L840: func (c *ChatFull) GetExportedInvite() (value ExportedChatInviteClass, ok bool) {
		tl_chat_full_gen.go#L1148: 	ExportedInvite ExportedChatInviteClass
		tl_chat_full_gen.go#L1500: 	GetExportedInvite() (value ExportedChatInviteClass, ok bool)
		tl_chat_full_gen.go#L2974: func (c *ChannelFull) SetExportedInvite(value ExportedChatInviteClass) {
		tl_chat_full_gen.go#L2981: func (c *ChannelFull) GetExportedInvite() (value ExportedChatInviteClass, ok bool) {
		tl_chat_full_gen.go#L3464: 	GetExportedInvite() (value ExportedChatInviteClass, ok bool)
		tl_exported_chat_invite_gen.go#L87: func (c ChatInviteExported) construct() ExportedChatInviteClass { return &c }
		tl_exported_chat_invite_gen.go#L96: 	_ ExportedChatInviteClass = &ChatInviteExported{}
		tl_exported_chat_invite_gen.go#L653: func (c ChatInvitePublicJoinRequests) construct() ExportedChatInviteClass { return &c }
		tl_exported_chat_invite_gen.go#L662: 	_ ExportedChatInviteClass = &ChatInvitePublicJoinRequests{}
		tl_exported_chat_invite_gen.go#L762: type ExportedChatInviteClass interface {
		tl_exported_chat_invite_gen.go#L767: 	construct() ExportedChatInviteClass
		tl_exported_chat_invite_gen.go#L782: func DecodeExportedChatInvite(buf *bin.Buffer) (ExportedChatInviteClass, error) {
		tl_exported_chat_invite_gen.go#L809: 	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#L424: 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#L483: 	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#L3363: func (s *ServerDispatcher) OnMessagesExportChatInvite(f func(ctx context.Context, request *MessagesExportChatInviteRequest) (ExportedChatInviteClass, error)) {
		tl_update_gen.go#L17862: 	Invite ExportedChatInviteClass
		tl_update_gen.go#L17938: 	GetInvite() (value ExportedChatInviteClass, ok bool)
		tl_update_gen.go#L18234: func (u *UpdateChatParticipant) SetInvite(value ExportedChatInviteClass) {
		tl_update_gen.go#L18241: func (u *UpdateChatParticipant) GetInvite() (value ExportedChatInviteClass, ok bool) {
		tl_update_gen.go#L18300: 	Invite ExportedChatInviteClass
		tl_update_gen.go#L18380: 	GetInvite() (value ExportedChatInviteClass, ok bool)
		tl_update_gen.go#L18705: func (u *UpdateChannelParticipant) SetInvite(value ExportedChatInviteClass) {
		tl_update_gen.go#L18712: func (u *UpdateChannelParticipant) GetInvite() (value ExportedChatInviteClass, ok bool) {
		tl_update_gen.go#L19586: 	Invite ExportedChatInviteClass
		tl_update_gen.go#L19651: 	GetInvite() (value ExportedChatInviteClass)
		tl_update_gen.go#L19840: func (u *UpdateBotChatInviteRequester) GetInvite() (value ExportedChatInviteClass) {