Class ListCustomEmojisResponse
A response to list custom emojis.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class ListCustomEmojisResponse : IPageResponse<CustomEmoji>, IEnumerable<CustomEmoji>, IEnumerable, IMessage<ListCustomEmojisResponse>, IEquatable<ListCustomEmojisResponse>, IDeepCloneable<ListCustomEmojisResponse>, IBufferMessage, IMessage
Constructors
ListCustomEmojisResponse()
Declaration
public ListCustomEmojisResponse()
ListCustomEmojisResponse(ListCustomEmojisResponse)
Declaration
public ListCustomEmojisResponse(ListCustomEmojisResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListCustomEmojisResponse | other |
Properties
CustomEmojis
Unordered list. List of custom emojis.
Declaration
public RepeatedField<CustomEmoji> CustomEmojis { get; }
Property Value
Type | Description |
---|---|
RepeatedField<CustomEmoji> |
NextPageToken
A token that you can send as pageToken
to retrieve the next page of
results. If empty, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<CustomEmoji> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<CustomEmoji> |