package url

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message DeviceGroupJoinRequestOrOffer

url-payloads.proto:72

Offer or request to join the (multi-)device group. When generated by an existing or a new device, the URL is formed using the `threema` scheme in the following way: ```text threema://device-group/join#<url-safe-base64(DeviceGroupJoinRequestOrOffer)> ``` When receiving this message: 1. If `version` or `variant` is not supported, abort these steps. 2. Follow the description of `RendezvousInit` to continue.

message DeviceGroupJoinRequestOrOffer.Variant

url-payloads.proto:80

Variant (_offer_ or _request_)

Used in: DeviceGroupJoinRequestOrOffer

enum DeviceGroupJoinRequestOrOffer.Version

url-payloads.proto:73

Used in: DeviceGroupJoinRequestOrOffer

message GroupInvite

url-payloads.proto:37

Group invitation containing information to request joining a group. Generated by the administrator of a group. The resulting URL can be shared freely with anyone. The invitation can be invalidated by the administrator at any point. The URL is formed using the `threema.group` domain in the following way: ```text https://threema.group/join#<url-safe-base64(GroupInvite)> ``` Example: ```text https://threema.group/join#CghFQ0hPRUNITxIQaNbxfd3QsToW0c_668fXUhobQSBuaWNlIGxpdHRsZSBUaHJlZW1hIGdyb3Vw ```

enum GroupInvite.ConfirmationMode

url-payloads.proto:45

The invite confirmation mode

Used in: GroupInvite