SpacesMessagesResource class

Constructors

SpacesMessagesResource(ApiRequester client)

Properties

attachments SpacesMessagesAttachmentsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
reactions SpacesMessagesReactionsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(Message request, String parent, {String? messageId, String? messageReplyOption, String? requestId, String? threadKey, String? $fields}) Future<Message>
Creates a message in a Google Chat space.
delete(String name, {bool? force, String? $fields}) Future<Empty>
Deletes a message.
get(String name, {String? $fields}) Future<Message>
Returns details about a message.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, bool? showDeleted, String? $fields}) Future<ListMessagesResponse>
Lists messages in a space that the caller is a member of, including messages from blocked members and spaces.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Message request, String name, {bool? allowMissing, String? updateMask, String? $fields}) Future<Message>
Updates a message.
toString() String
A string representation of this object.
inherited
update(Message request, String name, {bool? allowMissing, String? updateMask, String? $fields}) Future<Message>
Updates a message.

Operators

operator ==(Object other) bool
The equality operator.
inherited