Add MaxItemSize field to channel settings
This commit is contained in:
commit
30d115504e
@ -146,6 +146,7 @@ type ChannelSettingsFilesBase struct {
|
||||
Deleting string `json:"deleting,omitempty"`
|
||||
Max uint64 `json:"max_items_count,omitempty"`
|
||||
NoteMaxCharsCount *uint16 `json:"note_max_chars_count,omitempty"`
|
||||
MaxItemSize *uint64 `json:"max_item_size,omitempty"`
|
||||
}
|
||||
|
||||
// ChannelSettingsAudio struct.
|
||||
@ -154,6 +155,7 @@ type ChannelSettingsAudio struct {
|
||||
Quoting string `json:"quoting,omitempty"`
|
||||
Deleting string `json:"deleting,omitempty"`
|
||||
MaxItemsCount uint64 `json:"max_items_count,omitempty"`
|
||||
MaxItemSize *uint64 `json:"max_item_size,omitempty"`
|
||||
}
|
||||
|
||||
type SendingPolicy struct {
|
||||
|
Loading…
Reference in New Issue
Block a user