Struct google_chat1::api::Message[][src]

pub struct Message {
Show 14 fields pub action_response: Option<ActionResponse>, pub annotations: Option<Vec<Annotation>>, pub argument_text: Option<String>, pub attachment: Option<Vec<Attachment>>, pub cards: Option<Vec<Card>>, pub create_time: Option<String>, pub fallback_text: Option<String>, pub name: Option<String>, pub preview_text: Option<String>, pub sender: Option<User>, pub slash_command: Option<SlashCommand>, pub space: Option<Space>, pub text: Option<String>, pub thread: Option<Thread>,
}
Expand description

A message in Hangouts Chat.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

action_response: Option<ActionResponse>

Input only. Parameters that a bot can use to configure how its response is posted.

annotations: Option<Vec<Annotation>>

Output only. Annotations associated with the text in this message.

argument_text: Option<String>

Plain-text body of the message with all bot mentions stripped out.

attachment: Option<Vec<Attachment>>

User uploaded attachment.

cards: Option<Vec<Card>>

Rich, formatted and interactive cards that can be used to display UI elements such as: formatted texts, buttons, clickable images. Cards are normally displayed below the plain-text body of the message.

create_time: Option<String>

Output only. The time at which the message was created in Hangouts Chat server.

fallback_text: Option<String>

A plain-text description of the message’s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).

name: Option<String>

no description provided

preview_text: Option<String>

Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.

sender: Option<User>

The user who created the message.

slash_command: Option<SlashCommand>

Slash command information, if applicable.

space: Option<Space>

The space the message belongs to.

text: Option<String>

Plain-text body of the message.

thread: Option<Thread>

The thread the message belongs to.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.