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

8 uses

	github.com/gotd/td/tg (current package)
		tl_exported_chatlist_invite_gen.go#L59: const ExportedChatlistInviteTypeID = 0xc5181ac
		tl_exported_chatlist_invite_gen.go#L113: 	return ExportedChatlistInviteTypeID
		tl_exported_chatlist_invite_gen.go#L125: 		ID:   ExportedChatlistInviteTypeID,
		tl_exported_chatlist_invite_gen.go#L157: 	b.PutID(ExportedChatlistInviteTypeID)
		tl_exported_chatlist_invite_gen.go#L189: 	if err := b.ConsumeID(ExportedChatlistInviteTypeID); err != nil {
		tl_registry_gen.go#L1176: 		ExportedChatlistInviteTypeID:                                            "exportedChatlistInvite#c5181ac",
		tl_registry_gen.go#L2958: 		"exportedChatlistInvite":                                            ExportedChatlistInviteTypeID,
		tl_registry_gen.go#L4740: 		ExportedChatlistInviteTypeID:                                            func() bin.Object { return &ExportedChatlistInvite{} },