Default state key delegate.
Derives key as follows:
msg.chat.id
msg.chat.id + '_' + msg.sender.id
upd.chatType === 'user'
upd.user.id
upd.chatType !== 'user'
upd.chatId + '_' + upd.user.id
Default state key delegate.
Derives key as follows:
msg.chat.id
msg.chat.id + '_' + msg.sender.id
msg.chat.id
upd.chatType === 'user'
),upd.user.id
upd.chatType !== 'user'
),upd.chatId + '_' + upd.user.id