Instantiates a new CreateMessageCommand for direct messages.
Namespace: CkSoftware.GroupMe.Sdk.MessagingAssembly: CkSoftware.GroupMe.Sdk.Messaging (in CkSoftware.GroupMe.Sdk.Messaging.dll) Version: 1.0.1.35397 (1.0.1.0)
protected override IWebApiCommand<GroupMeApiResponse<GroupMeMessageData>> GetCreateMessageCommand(
string sourceGuid,
string text,
IEnumerable<GroupMeAttachmentBase> attachments
)
protected override IWebApiCommand<GroupMeApiResponse<GroupMeMessageData>> GetCreateMessageCommand(
string sourceGuid,
string text,
IEnumerable<GroupMeAttachmentBase> attachments
)
Protected Overrides Function GetCreateMessageCommand (
sourceGuid As String,
text As String,
attachments As IEnumerable(Of GroupMeAttachmentBase)
) As IWebApiCommand(Of GroupMeApiResponse(Of GroupMeMessageData))
Protected Overrides Function GetCreateMessageCommand (
sourceGuid As String,
text As String,
attachments As IEnumerable(Of GroupMeAttachmentBase)
) As IWebApiCommand(Of GroupMeApiResponse(Of GroupMeMessageData))
abstract GetCreateMessageCommand :
sourceGuid : string *
text : string *
attachments : IEnumerable<GroupMeAttachmentBase> -> IWebApiCommand<GroupMeApiResponse<GroupMeMessageData>>
override GetCreateMessageCommand :
sourceGuid : string *
text : string *
attachments : IEnumerable<GroupMeAttachmentBase> -> IWebApiCommand<GroupMeApiResponse<GroupMeMessageData>>
abstract GetCreateMessageCommand :
sourceGuid : string *
text : string *
attachments : IEnumerable<GroupMeAttachmentBase> -> IWebApiCommand<GroupMeApiResponse<GroupMeMessageData>>
override GetCreateMessageCommand :
sourceGuid : string *
text : string *
attachments : IEnumerable<GroupMeAttachmentBase> -> IWebApiCommand<GroupMeApiResponse<GroupMeMessageData>>
Return Value
Type:
IWebApiCommand GroupMeApiResponse GroupMeMessageData The correctly constructed IWebApiCommand.