CreateBotCommand WithAvatar Method CkSoftware GroupMe SDK - Documentation
Defines that the bot should contain the given avatar image.

Namespace: CkSoftware.GroupMe.Sdk.Bot.Commands
Assembly: CkSoftware.GroupMe.Sdk.Bot (in CkSoftware.GroupMe.Sdk.Bot.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

public CreateBotCommand WithAvatar(
	string avatarUrl
)

Parameters

avatarUrl
Type: System String
The url of the avatar image (must be a GroupMe ImagingService image according to the GroupMe documentation).

Return Value

Type: CreateBotCommand
The extended CreateBotCommand.
See Also