GroupMessagesCreateCommand WithText Method CkSoftware GroupMe SDK - Documentation
Adds a text to the current message. Will replace the text if there is already a text defined.

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 WithText(
	string text
)

Return Value

Type: GroupMessagesCreateCommand
The extended DirectMessagesCreateCommand.
See Also