Layer 220
constructor
messageActionSecureValuesSent#d95c6154 types:Vector<SecureValueType> = MessageAction;

Parameters

Name Type Description
Types Vector<SecureValueType> Secure value types

Returns

MessageAction

Gogram Example

// Creating MessageActionSecureValuesSent constructor
obj := &tg.MessageActionSecureValuesSent{
    Types: []tg.SecureValueType{&tg.SecureValueType{}},
}