LINE.Datatypes.TalkService.Client.send_sendChatRemoved C# (CSharp) Method

send_sendChatRemoved() public method

public send_sendChatRemoved ( AsyncCallback callback, object state, int seq, string consumer, string lastMessageId ) : IAsyncResult
callback AsyncCallback
state object
seq int
consumer string
lastMessageId string
return IAsyncResult
      public IAsyncResult send_sendChatRemoved(AsyncCallback callback, object state, int seq, string consumer, string lastMessageId)
      #else

Same methods

TalkService.Client::send_sendChatRemoved ( int seq, string consumer, string lastMessageId ) : void
TalkService.Client