Click or drag to resize

ClientGetChannel Method

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

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public Channel GetChannel(
	string channel_id
)

Parameters

channel_id
Type: SystemString

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

Return Value

Type: Channel

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

See Also