Skip to content

Commit

Permalink
add channel_password to ChannelEdit Properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Multivit4min committed Nov 7, 2019
1 parent 4c0836b commit 721b013
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types/PropertyTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export declare type ChannelEdit = {
cid?: number
channel_name?: string
channel_topic?: string
channel_password?: string
channel_description?: string
channel_codec?: ENUM.Codec
channel_codec_quality?: number
Expand All @@ -83,7 +84,7 @@ export declare type ChannelEdit = {
channel_needed_talk_power?: number
channel_name_phonetic?: string
channel_codec_is_unencrypted?: number
channel_cpid?: number
channel_cpid?: number
}

export declare type InstanceEdit = {
Expand Down

0 comments on commit 721b013

Please sign in to comment.