type github.com/gotd/td/tg.NotificationSoundDefault
19 uses
github.com/gotd/td/tg (current package)
tl_notification_sound_gen.go#L38: type NotificationSoundDefault struct {
tl_notification_sound_gen.go#L45: func (n NotificationSoundDefault) construct() NotificationSoundClass { return &n }
tl_notification_sound_gen.go#L49: _ bin.Encoder = &NotificationSoundDefault{}
tl_notification_sound_gen.go#L50: _ bin.Decoder = &NotificationSoundDefault{}
tl_notification_sound_gen.go#L51: _ bin.BareEncoder = &NotificationSoundDefault{}
tl_notification_sound_gen.go#L52: _ bin.BareDecoder = &NotificationSoundDefault{}
tl_notification_sound_gen.go#L54: _ NotificationSoundClass = &NotificationSoundDefault{}
tl_notification_sound_gen.go#L57: func (n *NotificationSoundDefault) Zero() bool {
tl_notification_sound_gen.go#L66: func (n *NotificationSoundDefault) String() string {
tl_notification_sound_gen.go#L70: type Alias NotificationSoundDefault
tl_notification_sound_gen.go#L77: func (*NotificationSoundDefault) TypeID() uint32 {
tl_notification_sound_gen.go#L82: func (*NotificationSoundDefault) TypeName() string {
tl_notification_sound_gen.go#L87: func (n *NotificationSoundDefault) TypeInfo() tdp.Type {
tl_notification_sound_gen.go#L101: func (n *NotificationSoundDefault) Encode(b *bin.Buffer) error {
tl_notification_sound_gen.go#L110: func (n *NotificationSoundDefault) EncodeBare(b *bin.Buffer) error {
tl_notification_sound_gen.go#L118: func (n *NotificationSoundDefault) Decode(b *bin.Buffer) error {
tl_notification_sound_gen.go#L129: func (n *NotificationSoundDefault) DecodeBare(b *bin.Buffer) error {
tl_notification_sound_gen.go#L587: v := NotificationSoundDefault{}
tl_registry_gen.go#L4661: NotificationSoundDefaultTypeID: func() bin.Object { return &NotificationSoundDefault{} },
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. |