isFromBlockchain property

  1. @JsonKey.new(name: 'is_from_blockchain')
bool? get isFromBlockchain
inherited

Optional. True, if the gift is assigned from the TON blockchain and can't be resold or transferred in Telegram

Implementation

@JsonKey(name: 'is_from_blockchain')
bool? get isFromBlockchain;