Trait harmony_rust_sdk::client::api::chat::channel::GetChannelMessagesSelfBuilder[][src]

pub trait GetChannelMessagesSelfBuilder {
    fn guild_id(self, guild_id: impl Into<u64>) -> Self;
fn channel_id(self, channel_id: impl Into<u64>) -> Self;
fn before_message(self, before_message: impl Into<u64>) -> Self; }

Builder trait for #name.

Required methods

fn guild_id(self, guild_id: impl Into<u64>) -> Self[src]

Set the guild_id field of this struct.

fn channel_id(self, channel_id: impl Into<u64>) -> Self[src]

Set the channel_id field of this struct.

fn before_message(self, before_message: impl Into<u64>) -> Self[src]

Set the before_message field of this struct.

Loading content...

Implementors

impl GetChannelMessagesSelfBuilder for GetChannelMessages[src]

fn guild_id(self, guild_id: impl Into<u64>) -> Self[src]

Set the guild_id field of this struct.

fn channel_id(self, channel_id: impl Into<u64>) -> Self[src]

Set the channel_id field of this struct.

fn before_message(self, before_message: impl Into<u64>) -> Self[src]

Set the before_message field of this struct.

Loading content...