type github.com/gotd/td/tg.Dialog

55 uses

	github.com/gotd/td/tg (current package)
		tl_dialog_gen.go#L38: type Dialog struct {
		tl_dialog_gen.go#L110: func (d Dialog) construct() DialogClass { return &d }
		tl_dialog_gen.go#L114: 	_ bin.Encoder     = &Dialog{}
		tl_dialog_gen.go#L115: 	_ bin.Decoder     = &Dialog{}
		tl_dialog_gen.go#L116: 	_ bin.BareEncoder = &Dialog{}
		tl_dialog_gen.go#L117: 	_ bin.BareDecoder = &Dialog{}
		tl_dialog_gen.go#L119: 	_ DialogClass = &Dialog{}
		tl_dialog_gen.go#L122: func (d *Dialog) Zero() bool {
		tl_dialog_gen.go#L182: func (d *Dialog) String() string {
		tl_dialog_gen.go#L186: 	type Alias Dialog
		tl_dialog_gen.go#L191: func (d *Dialog) FillFrom(from interface {
		tl_dialog_gen.go#L242: func (*Dialog) TypeID() uint32 {
		tl_dialog_gen.go#L247: func (*Dialog) TypeName() string {
		tl_dialog_gen.go#L252: func (d *Dialog) TypeInfo() tdp.Type {
		tl_dialog_gen.go#L338: func (d *Dialog) SetFlags() {
		tl_dialog_gen.go#L363: func (d *Dialog) Encode(b *bin.Buffer) error {
		tl_dialog_gen.go#L372: func (d *Dialog) EncodeBare(b *bin.Buffer) error {
		tl_dialog_gen.go#L417: func (d *Dialog) Decode(b *bin.Buffer) error {
		tl_dialog_gen.go#L428: func (d *Dialog) DecodeBare(b *bin.Buffer) error {
		tl_dialog_gen.go#L533: func (d *Dialog) SetPinned(value bool) {
		tl_dialog_gen.go#L544: func (d *Dialog) GetPinned() (value bool) {
		tl_dialog_gen.go#L552: func (d *Dialog) SetUnreadMark(value bool) {
		tl_dialog_gen.go#L563: func (d *Dialog) GetUnreadMark() (value bool) {
		tl_dialog_gen.go#L571: func (d *Dialog) SetViewForumAsMessages(value bool) {
		tl_dialog_gen.go#L582: func (d *Dialog) GetViewForumAsMessages() (value bool) {
		tl_dialog_gen.go#L590: func (d *Dialog) GetPeer() (value PeerClass) {
		tl_dialog_gen.go#L598: func (d *Dialog) GetTopMessage() (value int) {
		tl_dialog_gen.go#L606: func (d *Dialog) GetReadInboxMaxID() (value int) {
		tl_dialog_gen.go#L614: func (d *Dialog) GetReadOutboxMaxID() (value int) {
		tl_dialog_gen.go#L622: func (d *Dialog) GetUnreadCount() (value int) {
		tl_dialog_gen.go#L630: func (d *Dialog) GetUnreadMentionsCount() (value int) {
		tl_dialog_gen.go#L638: func (d *Dialog) GetUnreadReactionsCount() (value int) {
		tl_dialog_gen.go#L646: func (d *Dialog) GetUnreadPollVotesCount() (value int) {
		tl_dialog_gen.go#L654: func (d *Dialog) GetNotifySettings() (value PeerNotifySettings) {
		tl_dialog_gen.go#L662: func (d *Dialog) SetPts(value int) {
		tl_dialog_gen.go#L669: func (d *Dialog) GetPts() (value int, ok bool) {
		tl_dialog_gen.go#L680: func (d *Dialog) SetDraft(value DraftMessageClass) {
		tl_dialog_gen.go#L687: func (d *Dialog) GetDraft() (value DraftMessageClass, ok bool) {
		tl_dialog_gen.go#L698: func (d *Dialog) SetFolderID(value int) {
		tl_dialog_gen.go#L705: func (d *Dialog) GetFolderID() (value int, ok bool) {
		tl_dialog_gen.go#L716: func (d *Dialog) SetTTLPeriod(value int) {
		tl_dialog_gen.go#L723: func (d *Dialog) GetTTLPeriod() (value int, ok bool) {
		tl_dialog_gen.go#L1142: func (d *Dialog) AsInputDialogPeerFolder() *InputDialogPeerFolder {
		tl_dialog_gen.go#L1160: 		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#L5079: 		DialogTypeID:                                             func() bin.Object { return &Dialog{} },