Enum deltachat::param::Param

source ·
#[repr(u8)]
pub enum Param {
Show 51 variants File = 102, Filename = 118, OverrideSenderDisplayname = 79, Width = 119, Height = 104, Duration = 100, MimeType = 109, SendHtml = 84, GuaranteeE2ee = 99, ProtectQuote = 48, ErroneousE2ee = 101, ForcePlaintext = 117, SkipAutocrypt = 111, WantsMdn = 114, Reaction = 120, LastReactionTimestamp = 121, LastReactionMsgId = 89, LastReactionContactId = 49, Bot = 98, Forwarded = 97, Quote = 113, Cmd = 83, Arg = 69, Arg2 = 70, Arg3 = 71, Arg4 = 72, AttachGroupImage = 65, WebrtcRoom = 86, PrepForwards = 80, SetLatitude = 108, SetLongitude = 110, Unpromoted = 85, ProfileImage = 105, Selftalk = 75, LastSubject = 116, Devicetalk = 68, ListPost = 112, ListId = 115, StatusTimestamp = 106, AvatarTimestamp = 74, EphemeralSettingsTimestamp = 66, SubjectTimestamp = 67, GroupNameTimestamp = 103, MemberListTimestamp = 107, WebxdcDocument = 82, WebxdcDocumentTimestamp = 87, WebxdcSummary = 78, WebxdcSummaryTimestamp = 81, WebxdcIntegration = 51, WebxdcIntegrateFor = 50, ForceSticker = 88,
}
Expand description

Available param keys.

Variants§

§

File = 102

For messages

§

Filename = 118

For messages: original filename (as shown in chat)

§

OverrideSenderDisplayname = 79

For messages: This name should be shown instead of contact.get_display_name() (used if this is a mailinglist or explicitly set using set_override_sender_name(), eg. by bots)

§

Width = 119

For Messages

§

Height = 104

For Messages

§

Duration = 100

For Messages

§

MimeType = 109

For Messages

§

SendHtml = 84

For Messages: HTML to be written to the database and to be send. SendHtml param is not used for received messages. Use MsgId::get_html() to get HTML of received messages.

§

GuaranteeE2ee = 99

For Messages: message is encrypted, outgoing: guarantee E2EE or the message is not send

§

ProtectQuote = 48

For Messages: quoted message is encrypted.

If this message is sent unencrypted, quote text should be replaced.

§

ErroneousE2ee = 101

For Messages: decrypted with validation errors or without mutual set, if neither ‘c’ nor ‘e’ are preset, the messages is only transport encrypted.

§

ForcePlaintext = 117

For Messages: force unencrypted message, a value from ForcePlaintext enum.

§

SkipAutocrypt = 111

For Messages: do not include Autocrypt header.

§

WantsMdn = 114

For Messages

§

Reaction = 120

For Messages: the message is a reaction.

§

LastReactionTimestamp = 121

For Chats: the timestamp of the last reaction.

§

LastReactionMsgId = 89

For Chats: Message ID of the last reaction.

§

LastReactionContactId = 49

For Chats: Contact ID of the last reaction.

§

Bot = 98

For Messages: a message with “Auto-Submitted: auto-generated” header (“bot”).

§

Forwarded = 97

For Messages: unset or 0=not forwarded, 1=forwarded from unknown msg_id, >9 forwarded from msg_id

§

Quote = 113

For Messages: quoted text.

§

Cmd = 83

For Messages

§

Arg = 69

For Messages

§

Arg2 = 70

For Messages

§

Arg3 = 71

Secure-Join-Fingerprint header for {vc,vg}-request-with-auth messages.

§

Arg4 = 72

Deprecated Secure-Join-Group header for messages.

§

AttachGroupImage = 65

For Messages

§

WebrtcRoom = 86

For Messages

§

PrepForwards = 80

For Messages: space-separated list of messaged IDs of forwarded copies.

This is used when a crate::message::Message is in the crate::message::MessageState::OutPending state but is already forwarded. In this case the forwarded messages are written to the database and their message IDs are added to this parameter of the original message, which is also saved in the database. When the original message is then finally sent this parameter is used to also send all the forwarded messages.

§

SetLatitude = 108

For Messages

§

SetLongitude = 110

For Messages

§

Unpromoted = 85

For Groups

An unpromoted group has not had any messages sent to it and thus only exists on the creator’s device. Any changes made to an unpromoted group do not need to send system messages to the group members to update them of the changes. Once a message has been sent to a group it is promoted and group changes require sending system messages to all members.

§

ProfileImage = 105

For Groups and Contacts

§

Selftalk = 75

For Chats Signals whether the chat is the saved messages chat

§

LastSubject = 116

For Chats: On sending a new message we set the subject to Re: <last subject>. Usually we just use the subject of the parent message, but if the parent message is deleted, we use the LastSubject of the chat.

§

Devicetalk = 68

For Chats

§

ListPost = 112

For Chats: If this is a mailing list chat, contains the List-Post address. None if there simply is no List-Post header in the mailing list. Some(“”) if the mailing list is using multiple different List-Post headers.

The List-Post address is the email address where the user can write to in order to post something to the mailing list.

§

ListId = 115

For Contacts: If this is the List-Post address of a mailing list, contains the List-Id of the mailing list (which is also used as the group id of the chat).

§

StatusTimestamp = 106

For Contacts: timestamp of status (aka signature or footer) update.

§

AvatarTimestamp = 74

For Contacts and Chats: timestamp of avatar update.

§

EphemeralSettingsTimestamp = 66

For Chats: timestamp of status/signature/footer update.

§

SubjectTimestamp = 67

For Chats: timestamp of subject update.

§

GroupNameTimestamp = 103

For Chats: timestamp of group name update.

§

MemberListTimestamp = 107

For Chats: timestamp of member list update.

§

WebxdcDocument = 82

For Webxdc Message Instances: Current document name

§

WebxdcDocumentTimestamp = 87

For Webxdc Message Instances: timestamp of document name update.

§

WebxdcSummary = 78

For Webxdc Message Instances: Current summary

§

WebxdcSummaryTimestamp = 81

For Webxdc Message Instances: timestamp of summary update.

§

WebxdcIntegration = 51

For Webxdc Message Instances: Webxdc is an integration, see init_webxdc_integration()

§

WebxdcIntegrateFor = 50

For Webxdc Message Instances: Chat to integrate the Webxdc for.

§

ForceSticker = 88

For messages: Whether crate::message::Viewtype::Sticker should be forced.

Trait Implementations§

source§

impl Clone for Param

source§

fn clone(&self) -> Param

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Param

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Param

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl FromPrimitive for Param

source§

fn from_i64(n: i64) -> Option<Self>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_u64(n: u64) -> Option<Self>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_isize(n: isize) -> Option<Self>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_i8(n: i8) -> Option<Self>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_i16(n: i16) -> Option<Self>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_i32(n: i32) -> Option<Self>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
source§

fn from_usize(n: usize) -> Option<Self>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_u8(n: u8) -> Option<Self>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_u16(n: u16) -> Option<Self>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_u32(n: u32) -> Option<Self>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
source§

fn from_f32(n: f32) -> Option<Self>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_f64(n: f64) -> Option<Self>

Converts a f64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
source§

impl Hash for Param

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for Param

source§

fn cmp(&self, other: &Param) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq for Param

source§

fn eq(&self, other: &Param) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for Param

source§

fn partial_cmp(&self, other: &Param) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl Serialize for Param

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for Param

source§

impl Eq for Param

source§

impl StructuralPartialEq for Param

Auto Trait Implementations§

§

impl RefUnwindSafe for Param

§

impl Send for Param

§

impl Sync for Param

§

impl Unpin for Param

§

impl UnwindSafe for Param

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( self, class: Class, constructed: bool, tag: u32 ) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Q
where Q: Ord + ?Sized, K: Borrow<Q> + ?Sized,

§

fn compare(&self, key: &K) -> Ordering

Compare self to key and return their ordering.
§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

§

impl<T> RpcMessage for T
where T: Debug + Serialize + DeserializeOwned + Send + Sync + Unpin + 'static,