type github.com/gotd/td/tg.NotificationSoundRingtone
36 uses
github.com/gotd/td/tg (current package)
tl_notification_sound_gen.go#L405: type NotificationSoundRingtone struct {
tl_notification_sound_gen.go#L417: func (n NotificationSoundRingtone) construct() NotificationSoundClass { return &n }
tl_notification_sound_gen.go#L421: _ bin.Encoder = &NotificationSoundRingtone{}
tl_notification_sound_gen.go#L422: _ bin.Decoder = &NotificationSoundRingtone{}
tl_notification_sound_gen.go#L423: _ bin.BareEncoder = &NotificationSoundRingtone{}
tl_notification_sound_gen.go#L424: _ bin.BareDecoder = &NotificationSoundRingtone{}
tl_notification_sound_gen.go#L426: _ NotificationSoundClass = &NotificationSoundRingtone{}
tl_notification_sound_gen.go#L429: func (n *NotificationSoundRingtone) Zero() bool {
tl_notification_sound_gen.go#L441: func (n *NotificationSoundRingtone) String() string {
tl_notification_sound_gen.go#L445: type Alias NotificationSoundRingtone
tl_notification_sound_gen.go#L450: func (n *NotificationSoundRingtone) FillFrom(from interface {
tl_notification_sound_gen.go#L459: func (*NotificationSoundRingtone) TypeID() uint32 {
tl_notification_sound_gen.go#L464: func (*NotificationSoundRingtone) TypeName() string {
tl_notification_sound_gen.go#L469: func (n *NotificationSoundRingtone) TypeInfo() tdp.Type {
tl_notification_sound_gen.go#L488: func (n *NotificationSoundRingtone) Encode(b *bin.Buffer) error {
tl_notification_sound_gen.go#L497: func (n *NotificationSoundRingtone) EncodeBare(b *bin.Buffer) error {
tl_notification_sound_gen.go#L506: func (n *NotificationSoundRingtone) Decode(b *bin.Buffer) error {
tl_notification_sound_gen.go#L517: func (n *NotificationSoundRingtone) DecodeBare(b *bin.Buffer) error {
tl_notification_sound_gen.go#L532: func (n *NotificationSoundRingtone) GetID() (value int64) {
tl_notification_sound_gen.go#L608: v := NotificationSoundRingtone{}
tl_notification_sound_slices_gen.go#L135: value, ok := elem.(*NotificationSoundRingtone)
tl_notification_sound_slices_gen.go#L228: type NotificationSoundRingtoneArray []NotificationSoundRingtone
tl_notification_sound_slices_gen.go#L231: func (s NotificationSoundRingtoneArray) Sort(less func(a, b NotificationSoundRingtone) bool) NotificationSoundRingtoneArray {
tl_notification_sound_slices_gen.go#L239: func (s NotificationSoundRingtoneArray) SortStable(less func(a, b NotificationSoundRingtone) bool) NotificationSoundRingtoneArray {
tl_notification_sound_slices_gen.go#L247: func (s NotificationSoundRingtoneArray) Retain(keep func(x NotificationSoundRingtone) bool) NotificationSoundRingtoneArray {
tl_notification_sound_slices_gen.go#L261: func (s NotificationSoundRingtoneArray) First() (v NotificationSoundRingtone, ok bool) {
tl_notification_sound_slices_gen.go#L269: func (s NotificationSoundRingtoneArray) Last() (v NotificationSoundRingtone, ok bool) {
tl_notification_sound_slices_gen.go#L277: func (s *NotificationSoundRingtoneArray) PopFirst() (v NotificationSoundRingtone, ok bool) {
tl_notification_sound_slices_gen.go#L287: var zero NotificationSoundRingtone
tl_notification_sound_slices_gen.go#L296: func (s *NotificationSoundRingtoneArray) Pop() (v NotificationSoundRingtone, ok bool) {
tl_notification_sound_slices_gen.go#L311: return s.Sort(func(a, b NotificationSoundRingtone) bool {
tl_notification_sound_slices_gen.go#L318: return s.SortStable(func(a, b NotificationSoundRingtone) bool {
tl_notification_sound_slices_gen.go#L324: func (s NotificationSoundRingtoneArray) FillMap(to map[int64]NotificationSoundRingtone) {
tl_notification_sound_slices_gen.go#L331: func (s NotificationSoundRingtoneArray) ToMap() map[int64]NotificationSoundRingtone {
tl_notification_sound_slices_gen.go#L332: r := make(map[int64]NotificationSoundRingtone, len(s))
tl_registry_gen.go#L4664: NotificationSoundRingtoneTypeID: func() bin.Object { return &NotificationSoundRingtone{} },
|
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. |