summaryrefslogtreecommitdiff
path: root/src/types/BusinessMessagesDeleted.zig
blob: ef557934bf83f8ec50241fc576dea9e5f8263247 (plain) (blame)
1
2
3
4
5
const Chat = @import("Chat.zig");

business_connection_id: []const u8,
chat: Chat,
message_ids: []u64,