GroupMeBot WithAvatar Method CkSoftware GroupMe SDK - Documentation
Defines that the current bot should contain a avatar.

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

public GroupMeBot WithAvatar(
	string imageUrl
)

Parameters

imageUrl
Type: System String
The GroupMe imaging service image url.

Return Value

Type: GroupMeBot
The extended bot-management class.
Exceptions

ExceptionCondition
NotSupportedExceptionOccurs if the bot is already started.
See Also