GroupMeBotSendMessage WithAttachment Method CkSoftware GroupMe SDK - Documentation
Defines that the message should contain a attachment.

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 GroupMeBotSendMessage WithAttachment(
	GroupMeAttachmentBase attachment
)

Return Value

Type: GroupMeBotSendMessage
The extended GroupMeBotSendMessage object.
See Also