Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::ForwardedMetadata.
Metadata about the source space from which a message was forwarded.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#space
def space() -> ::String
Returns
- (::String) — Output only. The resource name of the source space. Format: spaces/{space}
#space_display_name
def space_display_name() -> ::String
Returns
-
(::String) — Output only. The display name of the source space or DM at the time of
forwarding. For
SPACE, this is the space name. ForDIRECT_MESSAGE, this is the other participant's name (e.g., "User A"). ForGROUP_CHAT, this is a generated name based on members' first names, limited to 5 including the creator (e.g., "User A, User B").