const github.com/gotd/td/tg.ChatInviteImporterTypeID

8 uses

	github.com/gotd/td/tg (current package)
		tl_chat_invite_importer_gen.go#L72: const ChatInviteImporterTypeID = 0x8c5adfd9
		tl_chat_invite_importer_gen.go#L147: 	return ChatInviteImporterTypeID
		tl_chat_invite_importer_gen.go#L159: 		ID:   ChatInviteImporterTypeID,
		tl_chat_invite_importer_gen.go#L219: 	b.PutID(ChatInviteImporterTypeID)
		tl_chat_invite_importer_gen.go#L248: 	if err := b.ConsumeID(ChatInviteImporterTypeID); err != nil {
		tl_registry_gen.go#L1039: 		ChatInviteImporterTypeID:                                                "chatInviteImporter#8c5adfd9",
		tl_registry_gen.go#L2821: 		"chatInviteImporter":                                                ChatInviteImporterTypeID,
		tl_registry_gen.go#L4603: 		ChatInviteImporterTypeID:                                                func() bin.Object { return &ChatInviteImporter{} },