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

Return Value

Type: DirectMessagesCreateCommand
The extended DirectMessagesCreateCommand.
See Also