Layer 220
constructor
auth.sentCodeSuccess#2390fe44 authorization:auth.Authorization = auth.SentCode;

Parameters

Name Type Description
Authorization auth.Authorization Authorization info

Returns

auth.SentCode

Gogram Example

// Creating AuthSentCodeSuccess constructor
obj := &tg.AuthSentCodeSuccess{
    Authorization: nil,
}