Skip to main content

@slack/web-api / RtmStartResponse

Type Alias: RtmStartResponse

type RtmStartResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/RtmStartResponse.ts:11

Type Declaration

accept_tos_url?

optional accept_tos_url?: string;

bots?

optional bots?: Bot[];

cache_ts?

optional cache_ts?: number;

cache_ts_version?

optional cache_ts_version?: string;

cache_version?

optional cache_version?: string;

can_manage_shared_channels?

optional can_manage_shared_channels?: boolean;

channels?

optional channels?: Channel[];

dnd?

optional dnd?: Dnd;

error?

optional error?: string;

groups?

optional groups?: Group[];

ims?

optional ims?: Im[];

is_europe?

optional is_europe?: boolean;

latest_event_ts?

optional latest_event_ts?: string;
optional links?: Links;

mobile_app_requires_upgrade?

optional mobile_app_requires_upgrade?: boolean;

needed?

optional needed?: string;

non_threadable_channels?

optional non_threadable_channels?: string[];

ok?

optional ok?: boolean;

provided?

optional provided?: string;

read_only_channels?

optional read_only_channels?: string[];

response_metadata?

optional response_metadata?: ResponseMetadata;

self?

optional self?: Self;

subteams?

optional subteams?: Subteams;

team?

optional team?: Team;

thread_only_channels?

optional thread_only_channels?: string[];

url?

optional url?: string;

users?

optional users?: User[];