-
-
Notifications
You must be signed in to change notification settings - Fork 9
mattermostextensions IMattermostClientExtensions
BigMakCode edited this page Aug 5, 2024
·
1 revision
Extensions for IMattermostClient
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph Mattermost.Extensions
Mattermost.Extensions.IMattermostClientExtensions[[IMattermostClientExtensions]]
end
| Returns | Name |
|---|---|
PostBuilder |
CreatePostBuilder(IMattermostClient client)Create post builder. |
Extensions for IMattermostClient
public static PostBuilder CreatePostBuilder(IMattermostClient client)| Type | Name | Description |
|---|---|---|
IMattermostClient |
client | Mattermost client. |
Create post builder.
Created builder.
Generated with ModularDoc