type github.com/gotd/td/tg.InputPaymentCredentials
34 uses
github.com/gotd/td/tg (current package)
tl_input_payment_credentials_gen.go#L200: type InputPaymentCredentials struct {
tl_input_payment_credentials_gen.go#L216: func (i InputPaymentCredentials) construct() InputPaymentCredentialsClass { return &i }
tl_input_payment_credentials_gen.go#L220: _ bin.Encoder = &InputPaymentCredentials{}
tl_input_payment_credentials_gen.go#L221: _ bin.Decoder = &InputPaymentCredentials{}
tl_input_payment_credentials_gen.go#L222: _ bin.BareEncoder = &InputPaymentCredentials{}
tl_input_payment_credentials_gen.go#L223: _ bin.BareDecoder = &InputPaymentCredentials{}
tl_input_payment_credentials_gen.go#L225: _ InputPaymentCredentialsClass = &InputPaymentCredentials{}
tl_input_payment_credentials_gen.go#L228: func (i *InputPaymentCredentials) Zero() bool {
tl_input_payment_credentials_gen.go#L246: func (i *InputPaymentCredentials) String() string {
tl_input_payment_credentials_gen.go#L250: type Alias InputPaymentCredentials
tl_input_payment_credentials_gen.go#L255: func (i *InputPaymentCredentials) FillFrom(from interface {
tl_input_payment_credentials_gen.go#L266: func (*InputPaymentCredentials) TypeID() uint32 {
tl_input_payment_credentials_gen.go#L271: func (*InputPaymentCredentials) TypeName() string {
tl_input_payment_credentials_gen.go#L276: func (i *InputPaymentCredentials) TypeInfo() tdp.Type {
tl_input_payment_credentials_gen.go#L300: func (i *InputPaymentCredentials) SetFlags() {
tl_input_payment_credentials_gen.go#L307: func (i *InputPaymentCredentials) Encode(b *bin.Buffer) error {
tl_input_payment_credentials_gen.go#L316: func (i *InputPaymentCredentials) EncodeBare(b *bin.Buffer) error {
tl_input_payment_credentials_gen.go#L331: func (i *InputPaymentCredentials) Decode(b *bin.Buffer) error {
tl_input_payment_credentials_gen.go#L342: func (i *InputPaymentCredentials) DecodeBare(b *bin.Buffer) error {
tl_input_payment_credentials_gen.go#L361: func (i *InputPaymentCredentials) SetSave(value bool) {
tl_input_payment_credentials_gen.go#L372: func (i *InputPaymentCredentials) GetSave() (value bool) {
tl_input_payment_credentials_gen.go#L380: func (i *InputPaymentCredentials) GetData() (value DataJSON) {
tl_input_payment_credentials_gen.go#L712: v := InputPaymentCredentials{}
tl_input_payment_credentials_slices_gen.go#L135: value, ok := elem.(*InputPaymentCredentials)
tl_input_payment_credentials_slices_gen.go#L254: type InputPaymentCredentialsArray []InputPaymentCredentials
tl_input_payment_credentials_slices_gen.go#L257: func (s InputPaymentCredentialsArray) Sort(less func(a, b InputPaymentCredentials) bool) InputPaymentCredentialsArray {
tl_input_payment_credentials_slices_gen.go#L265: func (s InputPaymentCredentialsArray) SortStable(less func(a, b InputPaymentCredentials) bool) InputPaymentCredentialsArray {
tl_input_payment_credentials_slices_gen.go#L273: func (s InputPaymentCredentialsArray) Retain(keep func(x InputPaymentCredentials) bool) InputPaymentCredentialsArray {
tl_input_payment_credentials_slices_gen.go#L287: func (s InputPaymentCredentialsArray) First() (v InputPaymentCredentials, ok bool) {
tl_input_payment_credentials_slices_gen.go#L295: func (s InputPaymentCredentialsArray) Last() (v InputPaymentCredentials, ok bool) {
tl_input_payment_credentials_slices_gen.go#L303: func (s *InputPaymentCredentialsArray) PopFirst() (v InputPaymentCredentials, ok bool) {
tl_input_payment_credentials_slices_gen.go#L313: var zero InputPaymentCredentials
tl_input_payment_credentials_slices_gen.go#L322: func (s *InputPaymentCredentialsArray) Pop() (v InputPaymentCredentials, ok bool) {
tl_registry_gen.go#L4326: InputPaymentCredentialsTypeID: func() bin.Object { return &InputPaymentCredentials{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |