Raw.stories.FoundStories
stories.foundStories#e2de7737 flags:# count:int stories:Vector<FoundStory> next_offset:flags.0?string chats:Vector<Chat> users:Vector<User> = stories.FoundStories;
export namespace Raw {
export namespace stories {
export class FoundStories {
constructor(params: {
count: number;
stories: Array<Raw.TypeFoundStory>;
nextOffset?: string;
chats: Array<Raw.TypeChat>;
users: Array<Raw.TypeUser>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xe2de7737
Property
count
: numberstories
: Array of Raw.TypeFoundStorynextOffset
: string or undefinedchats
: Array of Raw.TypeChatusers
: Array of Raw.TypeUser