Layer 224
method

Parameters

Name Type Description
UserId InputUser
RecurringInitCharge string
InvoiceMedia InputMedia

Returns

Updates

Gogram Example

// PaymentsRequestRecurringPayment - positional arguments
result, err := client.PaymentsRequestRecurringPayment(&tg.InputUserSelf{}, "Hello, World!", &tg.InputMediaPhoto{ID: &tg.InputPhoto{ID: int64(5678901234567890), AccessHash: int64(1234567890123456), FileReference: []byte{0x01}}})
if err != nil {
    // handle error
}
// result is *tg.Updates