type github.com/gotd/td/tg.Dialog
54 uses
github.com/gotd/td/tg (current package)
tl_dialog_gen.go#L38: type Dialog struct {
tl_dialog_gen.go#L108: func (d Dialog) construct() DialogClass { return &d }
tl_dialog_gen.go#L112: _ bin.Encoder = &Dialog{}
tl_dialog_gen.go#L113: _ bin.Decoder = &Dialog{}
tl_dialog_gen.go#L114: _ bin.BareEncoder = &Dialog{}
tl_dialog_gen.go#L115: _ bin.BareDecoder = &Dialog{}
tl_dialog_gen.go#L117: _ DialogClass = &Dialog{}
tl_dialog_gen.go#L120: func (d *Dialog) Zero() bool {
tl_dialog_gen.go#L177: func (d *Dialog) String() string {
tl_dialog_gen.go#L181: type Alias Dialog
tl_dialog_gen.go#L186: func (d *Dialog) FillFrom(from interface {
tl_dialog_gen.go#L235: func (*Dialog) TypeID() uint32 {
tl_dialog_gen.go#L240: func (*Dialog) TypeName() string {
tl_dialog_gen.go#L245: func (d *Dialog) TypeInfo() tdp.Type {
tl_dialog_gen.go#L327: func (d *Dialog) SetFlags() {
tl_dialog_gen.go#L352: func (d *Dialog) Encode(b *bin.Buffer) error {
tl_dialog_gen.go#L361: func (d *Dialog) EncodeBare(b *bin.Buffer) error {
tl_dialog_gen.go#L405: func (d *Dialog) Decode(b *bin.Buffer) error {
tl_dialog_gen.go#L416: func (d *Dialog) DecodeBare(b *bin.Buffer) error {
tl_dialog_gen.go#L514: func (d *Dialog) SetPinned(value bool) {
tl_dialog_gen.go#L525: func (d *Dialog) GetPinned() (value bool) {
tl_dialog_gen.go#L533: func (d *Dialog) SetUnreadMark(value bool) {
tl_dialog_gen.go#L544: func (d *Dialog) GetUnreadMark() (value bool) {
tl_dialog_gen.go#L552: func (d *Dialog) SetViewForumAsMessages(value bool) {
tl_dialog_gen.go#L563: func (d *Dialog) GetViewForumAsMessages() (value bool) {
tl_dialog_gen.go#L571: func (d *Dialog) GetPeer() (value PeerClass) {
tl_dialog_gen.go#L579: func (d *Dialog) GetTopMessage() (value int) {
tl_dialog_gen.go#L587: func (d *Dialog) GetReadInboxMaxID() (value int) {
tl_dialog_gen.go#L595: func (d *Dialog) GetReadOutboxMaxID() (value int) {
tl_dialog_gen.go#L603: func (d *Dialog) GetUnreadCount() (value int) {
tl_dialog_gen.go#L611: func (d *Dialog) GetUnreadMentionsCount() (value int) {
tl_dialog_gen.go#L619: func (d *Dialog) GetUnreadReactionsCount() (value int) {
tl_dialog_gen.go#L627: func (d *Dialog) GetNotifySettings() (value PeerNotifySettings) {
tl_dialog_gen.go#L635: func (d *Dialog) SetPts(value int) {
tl_dialog_gen.go#L642: func (d *Dialog) GetPts() (value int, ok bool) {
tl_dialog_gen.go#L653: func (d *Dialog) SetDraft(value DraftMessageClass) {
tl_dialog_gen.go#L660: func (d *Dialog) GetDraft() (value DraftMessageClass, ok bool) {
tl_dialog_gen.go#L671: func (d *Dialog) SetFolderID(value int) {
tl_dialog_gen.go#L678: func (d *Dialog) GetFolderID() (value int, ok bool) {
tl_dialog_gen.go#L689: func (d *Dialog) SetTTLPeriod(value int) {
tl_dialog_gen.go#L696: func (d *Dialog) GetTTLPeriod() (value int, ok bool) {
tl_dialog_gen.go#L1111: func (d *Dialog) AsInputDialogPeerFolder() *InputDialogPeerFolder {
tl_dialog_gen.go#L1129: v := Dialog{}
tl_dialog_slices_gen.go#L122: value, ok := elem.(*Dialog)
tl_dialog_slices_gen.go#L146: type DialogArray []Dialog
tl_dialog_slices_gen.go#L149: func (s DialogArray) Sort(less func(a, b Dialog) bool) DialogArray {
tl_dialog_slices_gen.go#L157: func (s DialogArray) SortStable(less func(a, b Dialog) bool) DialogArray {
tl_dialog_slices_gen.go#L165: func (s DialogArray) Retain(keep func(x Dialog) bool) DialogArray {
tl_dialog_slices_gen.go#L179: func (s DialogArray) First() (v Dialog, ok bool) {
tl_dialog_slices_gen.go#L187: func (s DialogArray) Last() (v Dialog, ok bool) {
tl_dialog_slices_gen.go#L195: func (s *DialogArray) PopFirst() (v Dialog, ok bool) {
tl_dialog_slices_gen.go#L205: var zero Dialog
tl_dialog_slices_gen.go#L214: func (s *DialogArray) Pop() (v Dialog, ok bool) {
tl_registry_gen.go#L3754: DialogTypeID: func() bin.Object { return &Dialog{} },
|
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. |