channel static method

DefaultValue<Channel> channel(
  1. {required Snowflake id}
)

Implementation

static DefaultValue<Channel> channel({required Snowflake id}) => DefaultValue(id: id, type: 'channel');