Get desktop application:
View/edit binary Protocol Buffers messages
Banned Member of a group Keep this field compatible with the GroupMember message
Used in:
ID of group member
Code which identifies a group; used for group search.
Used in:
The hastag must contain '#' plus 2 to 32 more characters.
Display-specific metadata for a group
Used in:
,Optional Hashtag of the group (aka 'code' in server parlance) This field must contain '#' plus 2 to 32 more characters Note: this is deprecated, use group_code field
Optional display name of group. Note: this is deprecated, use group_name field
Optional group code or 'hashtag'.
Optional group display name.
Optional BASE URL of group's display picture. The base URL is an incomplete URL that requires {size} and {display_pic_last_modified} appended for use by the mobile client. see NOTE below for format: NOTE: Construct an actual URL using something like {display_pic_base_url}/{size}.jpg?ts={display_pic_last_modified} where {size} is "orig" or "thumb", and the other variables are taken from fields in this message See the following link for more details: https://github.com/kikinteractive/kik-product/wiki/Profile-Pictures#download-url-format
Optional timestamp of the group's display picture. NOTE: This is a special case - we explicitly are not using google.protobuf.Timestamp here. TODO: REVISIT THIS - do we want a more generic bytes or string to be attached to the URL for cache busting?
A code used for associating a group invitation to a particular group member.
This is a 160-bit random number encoded into a URL-safe base64 string. 160/6 ~ 27 base64 characters, allowing more to be safe.
Member (not banned member) of a group Keep this field compatible with the BannedGroupMember message
Used in:
ID of group member
If true, users will not be directly reachable by public group members
Display name of group.
Used in:
Top level group object. This should be used for APIs that return complete group info, including display data and roster data. NOTE: This should be kept field compatible with LimitedGroupDetails from https://github.com/kikinteractive/xiphias-api-mobile/blob/master/proto/groups/v1/group_search_service.proto
Contains data required for mobile clients to display groups
Explicit indication of a public group
Deletion status of the group if fetching single group entry; or, deletion status of user from the group if fetching roster entries for a user.
Time of last update to group
Optional group member list, does not include banned users, does include admins
Optional banned member list