type github.com/gotd/td/tg.SecureValueTypeBankStatement
19 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4442: SecureValueTypeBankStatementTypeID: func() bin.Object { return &SecureValueTypeBankStatement{} },
tl_secure_value_type_gen.go#L755: type SecureValueTypeBankStatement struct {
tl_secure_value_type_gen.go#L762: func (s SecureValueTypeBankStatement) construct() SecureValueTypeClass { return &s }
tl_secure_value_type_gen.go#L766: _ bin.Encoder = &SecureValueTypeBankStatement{}
tl_secure_value_type_gen.go#L767: _ bin.Decoder = &SecureValueTypeBankStatement{}
tl_secure_value_type_gen.go#L768: _ bin.BareEncoder = &SecureValueTypeBankStatement{}
tl_secure_value_type_gen.go#L769: _ bin.BareDecoder = &SecureValueTypeBankStatement{}
tl_secure_value_type_gen.go#L771: _ SecureValueTypeClass = &SecureValueTypeBankStatement{}
tl_secure_value_type_gen.go#L774: func (s *SecureValueTypeBankStatement) Zero() bool {
tl_secure_value_type_gen.go#L783: func (s *SecureValueTypeBankStatement) String() string {
tl_secure_value_type_gen.go#L787: type Alias SecureValueTypeBankStatement
tl_secure_value_type_gen.go#L794: func (*SecureValueTypeBankStatement) TypeID() uint32 {
tl_secure_value_type_gen.go#L799: func (*SecureValueTypeBankStatement) TypeName() string {
tl_secure_value_type_gen.go#L804: func (s *SecureValueTypeBankStatement) TypeInfo() tdp.Type {
tl_secure_value_type_gen.go#L818: func (s *SecureValueTypeBankStatement) Encode(b *bin.Buffer) error {
tl_secure_value_type_gen.go#L827: func (s *SecureValueTypeBankStatement) EncodeBare(b *bin.Buffer) error {
tl_secure_value_type_gen.go#L835: func (s *SecureValueTypeBankStatement) Decode(b *bin.Buffer) error {
tl_secure_value_type_gen.go#L846: func (s *SecureValueTypeBankStatement) DecodeBare(b *bin.Buffer) error {
tl_secure_value_type_gen.go#L1472: v := SecureValueTypeBankStatement{}
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. |