GroupMessagesCreateCommand WithAttachment Method CkSoftware GroupMe SDK - Documentation
Adds an attachment to the current DirectMessagesCreateCommand.

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

public GroupMessagesCreateCommand WithAttachment(
	GroupMeAttachmentBase attachment
)

Return Value

Type: GroupMessagesCreateCommand
The extended DirectMessagesCreateCommand.
See Also