Class AttachedGif
A GIF image that's specified by a URL.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class AttachedGif : IMessage<AttachedGif>, IEquatable<AttachedGif>, IDeepCloneable<AttachedGif>, IBufferMessage, IMessage
Constructors
AttachedGif()
Declaration
public AttachedGif()
AttachedGif(AttachedGif)
Declaration
public AttachedGif(AttachedGif other)
Parameters
Type | Name | Description |
---|---|---|
AttachedGif | other |
Properties
Uri
Output only. The URL that hosts the GIF image.
Declaration
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |