Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
Public Attributes | List of all members
telebot_encrypted_credentials Struct Reference

This object represents credentials required to decrypt the data. More...

#include <telebot-types.h>

Public Attributes

char * data
 
char * hash
 
char * secret
 

Detailed Description

This object represents credentials required to decrypt the data.

Member Data Documentation

◆ data

char* telebot_encrypted_credentials::data

Base64-encoded encrypted JSON-serialized data with unique user's payload

◆ hash

char* telebot_encrypted_credentials::hash

Base64-encoded data hash

◆ secret

char* telebot_encrypted_credentials::secret

Base64-encoded secret used for data decryption


The documentation for this struct was generated from the following file: