Click or drag to resize

ClientGetChannelMembers Method

[Missing <summary> documentation for "M:MattermostDriver.Client.GetChannelMembers(System.String,System.Int32,System.Int32)"]

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public List<ChannelMember> GetChannelMembers(
	string channel_id,
	int page,
	int per_page
)

Parameters

channel_id
Type: SystemString

[Missing <param name="channel_id"/> documentation for "M:MattermostDriver.Client.GetChannelMembers(System.String,System.Int32,System.Int32)"]

page
Type: SystemInt32

[Missing <param name="page"/> documentation for "M:MattermostDriver.Client.GetChannelMembers(System.String,System.Int32,System.Int32)"]

per_page
Type: SystemInt32

[Missing <param name="per_page"/> documentation for "M:MattermostDriver.Client.GetChannelMembers(System.String,System.Int32,System.Int32)"]

Return Value

Type: ListChannelMember

[Missing <returns> documentation for "M:MattermostDriver.Client.GetChannelMembers(System.String,System.Int32,System.Int32)"]

See Also