Google Chat V1 API - Class Google::Apps::Chat::V1::ForwardedMetadata (v0.19.0)

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. For DIRECT_MESSAGE, this is the other participant's name (e.g., "User A"). For GROUP_CHAT, this is a generated name based on members' first names, limited to 5 including the creator (e.g., "User A, User B").