Class EditChatMessageRequest
public sealed class EditChatMessageRequest : Google.Protobuf.IMessage<EditChatMessageRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
EditChatMessageRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
EditChatMessageRequest()
public EditChatMessageRequest()
EditChatMessageRequest(EditChatMessageRequest)
public EditChatMessageRequest(EditChatMessageRequest other)
Parameters
otherEditChatMessageRequest
Fields
DestinationIdentitiesFieldNumber
Field number for the "destination_identities" field.
public const int DestinationIdentitiesFieldNumber = 4
Field Value
EditTextFieldNumber
Field number for the "edit_text" field.
public const int EditTextFieldNumber = 2
Field Value
LocalParticipantHandleFieldNumber
Field number for the "local_participant_handle" field.
public const int LocalParticipantHandleFieldNumber = 1
Field Value
OriginalMessageFieldNumber
Field number for the "original_message" field.
public const int OriginalMessageFieldNumber = 3
Field Value
RequestAsyncIdFieldNumber
Field number for the "request_async_id" field.
public const int RequestAsyncIdFieldNumber = 6
Field Value
SenderIdentityFieldNumber
Field number for the "sender_identity" field.
public const int SenderIdentityFieldNumber = 5
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
DestinationIdentities
public Google.Protobuf.Collections.RepeatedField<string> DestinationIdentities { get; }
Property Value
- RepeatedField<string>
EditText
public string EditText { get; set; }
Property Value
HasEditText
Gets whether the "edit_text" field is set
public bool HasEditText { get; }
Property Value
HasLocalParticipantHandle
Gets whether the "local_participant_handle" field is set
public bool HasLocalParticipantHandle { get; }
Property Value
HasRequestAsyncId
Gets whether the "request_async_id" field is set
public bool HasRequestAsyncId { get; }
Property Value
HasSenderIdentity
Gets whether the "sender_identity" field is set
public bool HasSenderIdentity { get; }
Property Value
LocalParticipantHandle
public ulong LocalParticipantHandle { get; set; }
Property Value
OriginalMessage
public ChatMessage OriginalMessage { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<EditChatMessageRequest> Parser { get; }
Property Value
- MessageParser<EditChatMessageRequest>
RequestAsyncId
public ulong RequestAsyncId { get; set; }
Property Value
SenderIdentity
public string SenderIdentity { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearEditText()
Clears the value of the "edit_text" field
public void ClearEditText()
ClearLocalParticipantHandle()
Clears the value of the "local_participant_handle" field
public void ClearLocalParticipantHandle()
ClearRequestAsyncId()
Clears the value of the "request_async_id" field
public void ClearRequestAsyncId()
ClearSenderIdentity()
Clears the value of the "sender_identity" field
public void ClearSenderIdentity()
Clone()
public EditChatMessageRequest Clone()
Returns
Equals(EditChatMessageRequest)
public bool Equals(EditChatMessageRequest other)
Parameters
otherEditChatMessageRequest
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(EditChatMessageRequest)
public void MergeFrom(EditChatMessageRequest other)
Parameters
otherEditChatMessageRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream