type github.com/gotd/td/tg.MessageActionSecureValuesSent
32 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L3671: type MessageActionSecureValuesSent struct {
tl_message_action_gen.go#L3680: func (m MessageActionSecureValuesSent) construct() MessageActionClass { return &m }
tl_message_action_gen.go#L3684: _ bin.Encoder = &MessageActionSecureValuesSent{}
tl_message_action_gen.go#L3685: _ bin.Decoder = &MessageActionSecureValuesSent{}
tl_message_action_gen.go#L3686: _ bin.BareEncoder = &MessageActionSecureValuesSent{}
tl_message_action_gen.go#L3687: _ bin.BareDecoder = &MessageActionSecureValuesSent{}
tl_message_action_gen.go#L3689: _ MessageActionClass = &MessageActionSecureValuesSent{}
tl_message_action_gen.go#L3692: func (m *MessageActionSecureValuesSent) Zero() bool {
tl_message_action_gen.go#L3704: func (m *MessageActionSecureValuesSent) String() string {
tl_message_action_gen.go#L3708: type Alias MessageActionSecureValuesSent
tl_message_action_gen.go#L3713: func (m *MessageActionSecureValuesSent) FillFrom(from interface {
tl_message_action_gen.go#L3722: func (*MessageActionSecureValuesSent) TypeID() uint32 {
tl_message_action_gen.go#L3727: func (*MessageActionSecureValuesSent) TypeName() string {
tl_message_action_gen.go#L3732: func (m *MessageActionSecureValuesSent) TypeInfo() tdp.Type {
tl_message_action_gen.go#L3751: func (m *MessageActionSecureValuesSent) Encode(b *bin.Buffer) error {
tl_message_action_gen.go#L3760: func (m *MessageActionSecureValuesSent) EncodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L3777: func (m *MessageActionSecureValuesSent) Decode(b *bin.Buffer) error {
tl_message_action_gen.go#L3788: func (m *MessageActionSecureValuesSent) DecodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L3813: func (m *MessageActionSecureValuesSent) GetTypes() (value []SecureValueTypeClass) {
tl_message_action_gen.go#L3821: func (m *MessageActionSecureValuesSent) MapTypes() (value SecureValueTypeClassArray) {
tl_message_action_gen.go#L7918: v := MessageActionSecureValuesSent{}
tl_message_action_slices_gen.go#L330: value, ok := elem.(*MessageActionSecureValuesSent)
tl_message_action_slices_gen.go#L1861: type MessageActionSecureValuesSentArray []MessageActionSecureValuesSent
tl_message_action_slices_gen.go#L1864: func (s MessageActionSecureValuesSentArray) Sort(less func(a, b MessageActionSecureValuesSent) bool) MessageActionSecureValuesSentArray {
tl_message_action_slices_gen.go#L1872: func (s MessageActionSecureValuesSentArray) SortStable(less func(a, b MessageActionSecureValuesSent) bool) MessageActionSecureValuesSentArray {
tl_message_action_slices_gen.go#L1880: func (s MessageActionSecureValuesSentArray) Retain(keep func(x MessageActionSecureValuesSent) bool) MessageActionSecureValuesSentArray {
tl_message_action_slices_gen.go#L1894: func (s MessageActionSecureValuesSentArray) First() (v MessageActionSecureValuesSent, ok bool) {
tl_message_action_slices_gen.go#L1902: func (s MessageActionSecureValuesSentArray) Last() (v MessageActionSecureValuesSent, ok bool) {
tl_message_action_slices_gen.go#L1910: func (s *MessageActionSecureValuesSentArray) PopFirst() (v MessageActionSecureValuesSent, ok bool) {
tl_message_action_slices_gen.go#L1920: var zero MessageActionSecureValuesSent
tl_message_action_slices_gen.go#L1929: func (s *MessageActionSecureValuesSentArray) Pop() (v MessageActionSecureValuesSent, ok bool) {
tl_registry_gen.go#L3734: MessageActionSecureValuesSentTypeID: func() bin.Object { return &MessageActionSecureValuesSent{} },
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. |